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

A proper way to generate the parser. #159

Closed Idorobots closed 3 years ago

Idorobots commented 3 years ago

Currently the parser is generated as a separate Racket/Scheme file and loaded afterwards. This should really be a macro-job.