Closed kyleheadley closed 7 years ago
@bechang I added a base expression parser to handle arbitrary expressions, based on your OpParser for arbitrary binary expressions. Could you take a look since you and @bennostein may need to use it for this iteration of the work on jsy? Thanks!
@kyleheadley Let's get #21 merged into develop, pull changes from there into your branch here, and fix any conflicts before merging this PR. Ok?
@kyleheadley Following our discussion before spring break, let's have one language module for the rest of the base values. So strings and undefined.
Closing this pull request to separate binding from string. Replaced by pull request #23.
I modified the arithmetic parser into a string parser. I hope there aren't any copy-paste errors! (it compiles and tests fine)