Difference between revisions of "SableCC"
(Update for new release and new VCS, update URLs, change computer language to Java) |
m (change type of bug tracker to bug tracking) |
||
Line 3: | Line 3: | ||
|Short description=Generates compilers and interpreters in Java | |Short description=Generates compilers and interpreters in Java | ||
|Full description='SableCC' is an object-oriented framework that generates compilers and interpreters in Java. It is based on two design decisions. First, the framework uses object-oriented techniques to automatically build a strictly typed abstract syntax tree. Second, 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. This means a shorter development cycle for constructing compilers. | |Full description='SableCC' is an object-oriented framework that generates compilers and interpreters in Java. It is based on two design decisions. First, the framework uses object-oriented techniques to automatically build a strictly typed abstract syntax tree. Second, 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. This means a shorter development cycle for constructing compilers. | ||
+ | |Homepage URL=http://sablecc.org | ||
|User level=none | |User level=none | ||
− | |||
− | |||
− | |||
|VCS checkout command=git clone http://sablecc.org/sablecc.git | |VCS checkout command=git clone http://sablecc.org/sablecc.git | ||
|Computer languages=Java | |Computer languages=Java | ||
|Documentation note=See http://sablecc.org/documentation.html for a complete list of documentation | |Documentation note=See http://sablecc.org/documentation.html for a complete list of documentation | ||
− | |||
|IRC help=irc://irc.sablecc.org/sablecc | |IRC help=irc://irc.sablecc.org/sablecc | ||
− | |||
|IRC development=irc://irc.sablecc.org/sablecc | |IRC development=irc://irc.sablecc.org/sablecc | ||
|Related projects=GNU_Classspathx,Snug,SableVM,cp-tools | |Related projects=GNU_Classspathx,Snug,SableVM,cp-tools | ||
|Keywords=object oriented,compiler,Java,interpreter,generator,framework | |Keywords=object oriented,compiler,Java,interpreter,generator,framework | ||
− | | | + | |Version identifier=3.7 |
+ | |Version date=2012-11-29 | ||
+ | |Version status=stable | ||
+ | |Version download=http://downloads.sourceforge.net/sablecc/sablecc-3.7.zip | ||
+ | |Version comment=2.18.2 stable released 2004-01-17 | ||
|Last review by=Janet Casey | |Last review by=Janet Casey | ||
|Last review date=2005-05-13 | |Last review date=2005-05-13 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |Status= |
− | | | + | |Is GNU=No |
− | | | + | |License verified date=2004-06-02 |
− | | | + | }} |
+ | {{Project license | ||
+ | |License=LGPLv2.1orlater | ||
+ | |License verified by=Janet Casey | ||
|License verified date=2004-06-02 | |License verified date=2004-06-02 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Etienne M. Gagnon | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=etienne.gagnon@uqam.ca | |Email=etienne.gagnon@uqam.ca | ||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=See the AUTHORS file in the distribution for a complete list | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
− | |||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
Line 47: | Line 48: | ||
{{Resource | {{Resource | ||
|Resource audience=Bug Tracking | |Resource audience=Bug Tracking | ||
− | |Resource kind= | + | |Resource kind=Bug Tracking |
|Resource URL=http://sablecc.org/query | |Resource URL=http://sablecc.org/query | ||
}} | }} | ||
Line 58: | Line 59: | ||
|Interface=command-line | |Interface=command-line | ||
|Programming-language=java | |Programming-language=java | ||
− | |Software-development=compiler,programming-language | + | |Software-development=compiler, programming-language |
|Use=software-development | |Use=software-development | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Line 78: | Line 74: | ||
|Prerequisite description=ant | |Prerequisite description=ant | ||
}} | }} | ||
+ | {{Featured}} |
Revision as of 13:10, 19 April 2013
SableCC
http://sablecc.org
Generates compilers and interpreters in Java
'SableCC' is an object-oriented framework that generates compilers and interpreters in Java. It is based on two design decisions. First, the framework uses object-oriented techniques to automatically build a strictly typed abstract syntax tree. Second, 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. This means a shorter development cycle for constructing compilers.
Documentation
See http://sablecc.org/documentation.html for a complete list of documentationIRC Help channel
- irc://irc.sablecc.org/sablecc
IRC development channel
- irc://irc.sablecc.org/sablecc
Download
http://downloads.sourceforge.net/sablecc/sablecc-3.7.zip
version 3.7
(stable)
released on 29 November 2012
VCS Checkout
git clone http://sablecc.org/sablecc.git
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Etienne M. Gagnon | Maintainer |
See the AUTHORS file in the distribution for a complete list | Contributor |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer | VCS Repository Webview | http://sablecc.org/browser |
Bug Tracking | Bug Tracking | http://sablecc.org/query |
Bug Tracking,Developer,Support | mailto:sablecc-list@sable.mcgill.ca |
Software prerequisites
Kind | Description |
---|---|
Required to use | SableVM |
Required to build | jikes |
Weak prerequisite | ant |
This entry (in part or in whole) was last reviewed on 4 March 2017.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.