Tagged Questions
3
votes
3answers
148 views
parse specific data in C#
I have data stored in specific text format:
FIDS_A1=CF_LAST:1|line_NETCHNG:2|QoS:3; FIDS_A2=[High and Low]:[{High} – {Low}]:1|CF_LAST:2; FIDS_A3=YR_RANGE:3|VOL:3; FIDS_A4=GR_AskBid; ...
1
vote
2answers
155 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 ...