gash/tests
Timothy Sample 549d1e7867 Remove REPL unit tests
In order to test the REPL in isolation, we would have to mock out the
parser and interpreter.  This is possible, but too much work for the
benefit (at least for now).

* tests/repl.scm: Deleted.
* Makefile.am: Remove it.
2018-11-28 23:07:03 -05:00
..
automake.scm Initial commit 2018-01-31 14:52:05 -05:00
config.scm.in Add shell module 2018-11-28 23:07:03 -05:00
environment.scm Add function for creating an 'environ' 2018-11-28 23:07:03 -05:00
lexer.scm Fix lexing of empty double quotes 2018-11-09 16:22:11 -05:00
parser.scm Fix parsing of for loops 2018-11-28 23:04:30 -05:00
shell.scm Add support for built-ins, starting with 'echo' 2018-11-28 23:07:03 -05:00
word.scm Fix field splitting on outside spaces 2018-07-18 02:33:08 -04:00