Idorobots / spartan

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

Do not store the full AST node for primop ops. #125

Closed Idorobots closed 3 years ago

Idorobots commented 3 years ago

Primop op will always be a valid symbol. No need to store the AST node for it and it makes it inconvenient to have to maintain its location etc.