Files | Admin

Notes:

Release Name: Dhaka-0.0.5

Notes: This release fixes bugs: * Rule precedences were sometimes not being calculated correctly due to the grammar not being completely loaded at the time of calculation. Precedence calculations are now postponed until they are actually needed during parser generation. The impact on performance is negligible. * Grammars using nonassoc could not be compiled to ruby source. Fixed.


Changes: This release fixes bugs: * Rule precedences were sometimes not being calculated correctly due to the grammar not being completely loaded at the time of calculation. Precedence calculations are now postponed until they are actually needed during parser generation. The impact on performance is negligible. * Grammars using nonassoc could not be compiled to ruby source. Fixed.