Difference between revisions of "SableCC"

From Free Software Directory
Jump to: navigation, search
(Update for new release and new VCS, update URLs, change computer language to Java)
(No version changes)
 
(2 intermediate revisions by 2 users not shown)
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
|Status=Live
 
|Component programs=
 
|Homepage URL=http://sablecc.org
 
 
|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
|Paid support=
 
 
|IRC help=irc://irc.sablecc.org/sablecc
 
|IRC help=irc://irc.sablecc.org/sablecc
|IRC general=
 
 
|IRC development=irc://irc.sablecc.org/sablecc
 
|IRC development=irc://irc.sablecc.org/sablecc
|Related projects=GNU_Classspathx,Snug,SableVM,cp-tools
+
|Related projects=ClasspathX,Snug,SableVM,cp-tools
 
|Keywords=object oriented,compiler,Java,interpreter,generator,framework
 
|Keywords=object oriented,compiler,Java,interpreter,generator,framework
|Is GNU=n
 
|Last review by=Janet Casey
 
|Last review date=2005-05-13
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=3.7
 
|Version identifier=3.7
 
|Version date=2012-11-29
 
|Version date=2012-11-29
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://downloads.sourceforge.net/sablecc/sablecc-3.7.zip
 
|Version download=http://downloads.sourceforge.net/sablecc/sablecc-3.7.zip
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/03/04
 +
|Submitted by=Database conversion
 +
|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
|Version comment=2.18.2 stable released 2004-01-17
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Etienne M. Gagnon
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Etienne M. Gagnon
 
 
|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
|Real name=See the AUTHORS file in the distribution for a complete list
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 47: Line 47:
 
{{Resource
 
{{Resource
 
|Resource audience=Bug Tracking
 
|Resource audience=Bug Tracking
|Resource kind=VCS Repository Webview
+
|Resource kind=Bug Tracking
 
|Resource URL=http://sablecc.org/query
 
|Resource URL=http://sablecc.org/query
 
}}
 
}}
Line 58: Line 58:
 
|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
}}
 
{{Project license
 
|License=LGPLv2.1orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-06-02
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 78: Line 73:
 
|Prerequisite description=ant
 
|Prerequisite description=ant
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 14:52, 4 March 2017


[edit]

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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

2 June 2004




Leaders and contributors

Contact(s)Role
See the AUTHORS file in the distribution for a complete list Contributor
Etienne M. Gagnon Maintainer


Resources and communication

AudienceResource typeURI
DeveloperVCS Repository Webviewhttp://sablecc.org/browser
Bug Tracking,Developer,SupportE-mailmailto:sablecc-list@sable.mcgill.ca
Bug TrackingBug Trackinghttp://sablecc.org/query


Software prerequisites

KindDescription
Weak prerequisiteant
Required to useSableVM
Required to buildjikes




Entry































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.