Simple lisp parser in Go. Returns a tree of nodes.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
J. David Lee 6e083e87f6 Cleanup 4 years ago
.gitignore Initial commit 4 years ago
README.md Initial commit 4 years ago
parser.go Cleanup 4 years ago
parser_test.go Reverted last change. 4 years ago

README.md

jlp

Simple lisp parser in Go. Returns a tree of nodes.