cuplv / cuanto

Apache License 2.0
1 stars 1 forks source link

Let-binding and other primitive value parsers #17

Closed kyleheadley closed 7 years ago

kyleheadley commented 7 years ago

I modified the arithmetic parser into a string parser. I hope there aren't any copy-paste errors! (it compiles and tests fine)

kyleheadley commented 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!

bechang commented 7 years ago

@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?

bechang commented 7 years ago

@kyleheadley Following our discussion before spring break, let's have one language module for the rest of the base values. So strings and undefined.

bechang commented 7 years ago

Closing this pull request to separate binding from string. Replaced by pull request #23.