gash/geesh
Jan Nieuwenhuizen cf5611f6d4 Replace geesh script with gash.
* geesh/repl.scm (run-repl): Add optional parse? parameter.
* gash/gash.scm (main): Rewrite to use Geesh parser and evaluator.
* scripts/geesh.in: Remove.
* Makefile.am: Remove scripts/geesh; adjust XFAIL_TESTS.
* .gitignore: Update.

Co-authored-by: Timothy Sample <samplet@ngyro.com>
2019-05-20 01:17:14 -04:00
..
built-ins Add the trap built-in 2018-12-05 16:08:09 -05:00
built-ins.scm Add the trap built-in 2018-12-05 16:08:09 -05:00
environment.scm Add support for $$ 2018-12-05 16:23:51 -05:00
eval.scm Work around missing case expressions 2018-12-05 16:21:58 -05:00
lexer.scm Throw an error when missing a single quote 2018-11-28 23:00:10 -05:00
parser.scm Handle here-documents everywhere 2018-12-05 16:08:09 -05:00
pattern.scm Allow more character range patterns 2018-12-05 16:08:09 -05:00
repl.scm Replace geesh script with gash. 2019-05-20 01:17:14 -04:00
shell.scm Add return and exit semantics 2018-12-05 16:08:09 -05:00
word.scm Add support for $$ 2018-12-05 16:23:51 -05:00