DyLePLib Wiki
Dynamic Lexer and Parser Library for python
Status: Beta
Brought to you by:
filipmalczak
This is a site of top-down parser with dynamically modified grammar.
This piece of code may be a bit slower than tool-generated parsers, but grammar may change in runtime.
That lets you create languages with dynamically changing grammar, is perfect for embedded scripting languages and allows easier compiler creation process.
This library is used ONLY to get AST. It does no postprocessing (ideas for simple postprocessing exists, though).
All the code is available on SVN. Also, read readme.textile.
As for now there is only this page on wiki. If you need any help - try running __init__.py as script.