Go to file
Timothy Sample 2b05199562 Flatten AST form for multiple assignments
* geesh/parser.scm (make-parser): Instead of using a nested list for
assignments, use a flat list.
* tests/parser.scm: Adjust existing test for this (which checks a
single assignment) and add a second test which checks multiple
assignments.
2018-07-15 19:45:31 -04:00
geesh Flatten AST form for multiple assignments 2018-07-15 19:45:31 -04:00
scripts Initial commit 2018-01-31 14:52:05 -05:00
tests Flatten AST form for multiple assignments 2018-07-15 19:45:31 -04:00
tools Initial commit 2018-01-31 14:52:05 -05:00
.dir-locals.el Add parser 2018-02-01 00:14:12 -05:00
.gitignore Initial commit 2018-01-31 14:52:05 -05:00
COPYING Initial commit 2018-01-31 14:52:05 -05:00
Makefile.am Add parser 2018-02-01 00:14:12 -05:00
README Initial commit 2018-01-31 14:52:05 -05:00
bootstrap Initial commit 2018-01-31 14:52:05 -05:00
configure.ac Initial commit 2018-01-31 14:52:05 -05:00
guix.scm Initial commit 2018-01-31 14:52:05 -05:00
pre-inst-env.in Initial commit 2018-01-31 14:52:05 -05:00

README

Geesh is a shell interpreter written in Guile Scheme.