Tagged Questions
1
vote
0answers
78 views
MGrammar and more than one valid interpretation
I think what I may have is the dangling else problem, but I'm not really sure. The language I'm tasked with writing needs to support multi-line if statements as well as single line i.e.
...
1
vote
2answers
156 views
MGrammar grammar and variable declaration
I'm sure I'll get told to do it another way, but for specific reasons it has to be done this way. If it didn't, I wouldn't be stuck :-P
The scripting language I'm working on has to accept variables ...
0
votes
1answer
71 views
Parsing blocks of line comments using MGrammar
How can I parse blocks of line comments with MGrammar?
I want to parse blocks of line comments. Line comments that are next to each should grouped in the MGraph output.
I'm having trouble grouping ...