IntroductionAtlepage v0.3 is a major upgrade from v0.1. It is still alpha quality, and if you use it please report any problems you have with it, because I would love to get as many bugs worked out as I can. Below is a list of changes since v0.1. Details- Lexers and parsers are both created by the same factory pattern now.
- Lexer and parser tables can be saved to disk to reduce load time.
- Lexer and parser tables are automatically saved or loaded if you use the XxxFactory.CreateXxx() methods.
- Operator precedence can be specified to allow the following productions to not conflict:
- Parser can now handle parser errors instead of crashing.
|