www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - ALLPaGeD v0.2 release

reply Jascha Wetzel <firstname mainia.de> writes:
ALLPaGeD is an Attributed LL(*) Parser Generator for D

http://mainia.de/allpaged-0.2.zip

- whitespace is now customizable
- fixed: rules can't start with error messages

I've added a non-validating XML parser as an example. It's actually 
usable if you need something simple.
Jul 02 2007
parent reply Manfred Nowak <svv1999 hotmail.com> writes:
Jascha Wetzel wrote

 ALLPaGeD is an Attributed LL(*) Parser Generator for D
I would like to have at least a warning when an epsilon rule is not the last rule for a nonterminal. -manfred
Jul 12 2007
parent Jascha Wetzel <firstname mainia.de> writes:
Manfred Nowak wrote:
 Jascha Wetzel wrote
 
 ALLPaGeD is an Attributed LL(*) Parser Generator for D
I would like to have at least a warning when an epsilon rule is not the last rule for a nonterminal. -manfred
good point. i'll add this in the next version.
Jul 12 2007