Open WaldonChen opened 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.
OK
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.