s

sablecc

SableCC is an object-oriented framework that generates compilers (and interpreters) in the Java programming language. This framework is based on two fundamental design decisions. Firstly, the framework uses object-oriented techniques to automatically build a strictly-typed abstract syntax tree. Secondly, the framework generates tree-walker classes using an extended version of the visitor design pattern which enables the implementation of actions on the nodes of the abstract syntax tree using inheritance. These two design decisions lead to a tool that supports a shorter development cycle for constructing compilers.
http://sablecc.org
GNU Lesser General Public License, Version 2.1
Aggregated version Version Update time
3.2 3.2-1 Feb 26, 2008
3.2 Jan 19, 2008
3.1 3.1 Mar 13, 2007
2.18 2.18.2 Nov 09, 2005
4 Records