Last Version

SableCC, an object-oriented compiler framework. 3.2-1

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.

License

License

GroupId

GroupId

sablecc
ArtifactId

ArtifactId

sablecc
Version

Version

3.2-1
Type

Type

jar
Description

Description

SableCC, an object-oriented compiler framework.
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.
Project URL

Project URL

http://sablecc.org

Download sablecc 3.2-1


<!-- https://jarcasting.com/artifacts/sablecc/sablecc/ -->
<dependency>
    <groupId>sablecc</groupId>
    <artifactId>sablecc</artifactId>
    <version>3.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/sablecc/sablecc/
implementation 'sablecc:sablecc:3.2-1'
// https://jarcasting.com/artifacts/sablecc/sablecc/
implementation ("sablecc:sablecc:3.2-1")
'sablecc:sablecc:jar:3.2-1'
<dependency org="sablecc" name="sablecc" rev="3.2-1">
  <artifact name="sablecc" type="jar" />
</dependency>
@Grapes(
@Grab(group='sablecc', module='sablecc', version='3.2-1')
)
libraryDependencies += "sablecc" % "sablecc" % "3.2-1"
[sablecc "3.2-1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.