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.

License

License

GroupId

GroupId

sablecc
ArtifactId

ArtifactId

sablecc
Last Version

Last Version

3.2-1
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
3.2-1
3.2
3.1
2.18.2