JetPAG is full-LL(k) optimizing parser and lexical analyzer generator. It is focused on high usability, efficiency and readability of generated code. JetPAG performs full L(k) analysis and tails is with powerful optimizations resulting a grammatically powerfull, resource-efficient and fast recognizers.
JetPAG is suitable for a wide spectrum of applications ranging from simple stand-alone small interpreters to high-end full-featured parser interpreter kits suitable for integration with larger applications. Generated recognizers are guaranteed to be faster than most current recurisve-descent generated ones. Provided documentation and tutorials in the website allow acquiring skill in JetPAG to be a matter of minutes.
What's New in This Release:
· Many bugs were fixed.
· The analysis engines were vastly improved with smarter optimizations.
· Easier grammars and several new practical options were introduced.
· Importing and exporting token types for use among several grammars is supported.
· Improvements were made to the code generator.
Product's homepage