Syntax Compiler-Compiler

Syntax is a compiler compiler that handles LALR and SLR grammars. It can generate C, Java and Delphi Pascal artifacts

License

License

GroupId

GroupId

me.jaimegarza
ArtifactId

ArtifactId

syntax
Last Version

Last Version

4.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Syntax Compiler-Compiler
Syntax is a compiler compiler that handles LALR and SLR grammars. It can generate C, Java and Delphi Pascal artifacts
Project URL

Project URL

https://github.com/jaimegarza/syntax/wiki

Download syntax

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.8.1
org.springframework : spring-test jar 3.2.2.RELEASE
org.apache.commons : commons-jci-eclipse jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
4.2.0
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0