gash/geesh
Timothy Sample a1bd8d0681 Add basic option processing to the main script
* geesh/repl.scm (run-repl): Add optional port parameter.
* scripts/geesh.in: Add '--command' and '--stdin' flags, and if
neither flag is provided, treat the first argument as a file to
interpret.
2018-12-05 16:08:09 -05:00
..
built-ins Add the cd and pwd built-ins 2018-12-05 16:08:09 -05:00
built-ins.scm Add the cd and pwd built-ins 2018-12-05 16:08:09 -05:00
environment.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
eval.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
lexer.scm Throw an error when missing a single quote 2018-11-28 23:00:10 -05:00
parser.scm Fix parsing of for loops 2018-11-28 23:04:30 -05:00
pattern.scm Add pattern module 2018-12-05 16:08:09 -05:00
repl.scm Add basic option processing to the main script 2018-12-05 16:08:09 -05:00
shell.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
word.scm Globalize the environment module 2018-12-05 16:08:09 -05:00