svanleent
Joined: 25 Sep 2004 Posts: 53
|
Posted: Fri Oct 22, 2004 6:27 am Post subject: Environment Setup |
|
|
Well, after the submission of my DGrammar project, and with something which works (and actually produces D code) it seems a lot simpler to make up my (our) mind(s).
DGrammar will be used to parse a D file.
Advantages:
- It is OO Code
- It generates D Code
- It is meant to be easier as YACC and LEX, moreover since it is combined
Disadvantages:
- Needs an intermediate compiler (but using YACC it is needed just as well)
- It's not known which bugs are in DGrammar
_________________ How C++ became ancient |
|