Thread overview
ALLPaGeD v0.2 release
Jul 02, 2007
Jascha Wetzel
Jul 12, 2007
Manfred Nowak
Jul 12, 2007
Jascha Wetzel
July 02, 2007
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.
July 12, 2007
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
July 12, 2007
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.