SableCC
From Wikipedia, the free encyclopedia
Stable release | 3.7 |
---|---|
Preview release | 4-beta.2 |
Written in | Java |
Platform | Java Virtual Machine |
Type | Parser/scanner generator |
License | GNU Lesser General Public License |
Website | http://www.sablecc.org/ |
SableCC includes the following features:
- Deterministic finite automaton (DFA)-based lexers with full Unicode support and lexical states.
- Extended Backus-Naur Form grammar syntax. (Supports the *, ? and + operators).
- LALR(1) based parsers.
- Automatic generation of strictly-typed abstract syntax trees.
- Automatic generation of tree-walker classes.
See also
External links
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.