Roadmap
-
Automatic generation of a lexer from the DCGen grammar. To this end, we will have to custom-write the parser and lexer for the grammar.
DCGen will scan the DCG file, pull out terminal tokens, and provide a lexer for those tokens. It will also handle token type rules (a la @literal) and write the match rules for them as well. For now, we will assume that the languages are context free, so we can match all tokens before the parser stage is run.
-
Milestone: milestone2
No date set
-
Milestone: milestone3
No date set
-
Milestone: milestone4
No date set
Note: See TracRoadmap for help on using the roadmap.
