onesuper / vivid_schemer

REPL for The Little Schemer
MIT License
5 stars 2 forks source link

Needs to reconstruct the SExp #4

Open WaldonChen opened 9 years ago

WaldonChen commented 9 years ago

Currently, we create a SExp from a token in the parser. But, the primitives, like '+', need to return a new SExp (It should not has location information). So, I suggest to reconstruct the SExp class, and I am working on it.

onesuper commented 9 years ago

OK