Mini-Lisp interpreter
No unit tests yet
$ crystal compile --release src/csmli.cr
Append lisp program filename as argument or leave blank for input from standard input.
$ ./csmli [program.lsp]
See /rules
folder
- Fork it ( https://github.com/david50407/csmli/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- [david50407] David Kuo - creator, maintainer