Skip to main content

Timeline for answer to Lexer+Parser code for my "Reedoo" programming language by user52292

Current License: CC BY-SA 3.0

Post Revisions

4 events
when toggle format what by license comment
Sep 16, 2014 at 17:11 comment added Francis I'm not sure why, but it works. I'll do my best not to break it. :D
Sep 16, 2014 at 6:24 comment added user52292 Did you think about nested if cond { if cond2 { ...? You'll need recursion and therefore a change in parser() signature - it should return position where the parsing ended (or size_t& as argument).
Sep 15, 2014 at 20:07 comment added Francis Thanks for your feedback! I'll take it on board and fix up my interpreter. :D
Sep 15, 2014 at 19:49 history answered user52292 CC BY-SA 3.0