Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
13 stars 3 forks source link

Adds JS compilation target stub. #175

Closed Idorobots closed 8 months ago

Idorobots commented 9 months ago

Closes #20 - adds a CLI entry point that allows compiling, executing and running the REPL. Closes #33 - builds out the code gen to support multiple targets. Closes #74 - adds a REPL. Closes #180 - added that as a recognized character. Refs #176 - this is just a stub of the full runtime.

TODO: