gash/geesh
Timothy Sample 9d834d0767 Fix parsing of for loops
* geesh/parser.scm (make-parser): When parsing for loops, make all
word-lists actual lists, and make an empty word-list with the 'in'
keyword yield an empty list rather than a reference to '$@'.
* tests/parser.scm: Update tests.
2018-11-28 23:04:30 -05:00
..
environment.scm Add environment 2018-07-15 19:46:14 -04: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
repl.scm Initial commit 2018-01-31 14:52:05 -05:00
word.scm Fix field splitting on outside spaces 2018-07-18 02:33:08 -04:00