1
0
Fork 0
An attempt to build a Bash interpreter in Go that didn't get very far
Go to file
Gregory Eremin 3c14e17cb1 Go fmt em all 2014-10-20 22:27:40 +07:00
ast Initial commit 2014-10-20 22:18:58 +07:00
errors Go fmt em all 2014-10-20 22:27:40 +07:00
lexer Go fmt em all 2014-10-20 22:27:40 +07:00
parser Go fmt em all 2014-10-20 22:27:40 +07:00
test Initial commit 2014-10-20 22:18:58 +07:00
token Go fmt em all 2014-10-20 22:27:40 +07:00
util Go fmt em all 2014-10-20 22:27:40 +07:00
.gitignore Initial commit 2014-10-20 22:18:58 +07:00
sh.bnf Initial commit 2014-10-20 22:18:58 +07:00