Go to file
Timothy Sample 91cfdac307 Throw an error when missing a single quote
We used to loop forever here because of the lack of 'eof-object?'
test!

* geesh/lexer.scm (get-single-quotation): Throw an error on unexpected
end-of-file.
2018-11-28 23:00:10 -05:00
build-aux Add a CI script for GitLab 2018-11-28 21:55:22 -05:00
doc Rename '<sh-pipe>' to '<sh-pipeline>' 2018-07-19 01:19:00 -04:00
geesh Throw an error when missing a single quote 2018-11-28 23:00:10 -05:00
scripts Initial commit 2018-01-31 14:52:05 -05:00
tests Fix AST for redirects and assignments 2018-11-28 22:09:34 -05:00
tools Initial commit 2018-01-31 14:52:05 -05:00
.dir-locals.el Rename '<sh-define>' to '<sh-defun>' and simplify 2018-11-02 14:35:34 -04:00
.gitignore Add a CI script for GitLab 2018-11-28 21:55:22 -05:00
COPYING Initial commit 2018-01-31 14:52:05 -05:00
Makefile.am Add word 2018-07-15 19:46:14 -04: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.