Tagged Questions
1
vote
2answers
159 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
74 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 ...