Syntax Maven Plugin

Syntax is a compiler compiler that handles LALR and SLR grammars. It can generate C, Java and Free Pascal/Delphi Pascal artifacts. The syntax-maven-plugin uses syntax to generate source files on maven. Syntax's parser is itself built by using the syntax-maven-plugin.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

me.jaimegarza
ArtifactId

ArtifactId

syntax-maven-plugin
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Syntax Maven Plugin
Syntax is a compiler compiler that handles LALR and SLR grammars. It can generate C, Java and Free Pascal/Delphi Pascal artifacts. The syntax-maven-plugin uses syntax to generate source files on maven. Syntax's parser is itself built by using the syntax-maven-plugin.
Project URL

Project URL

https://github.com/jaimegarza/syntax/wiki
Source Code Management

Source Code Management

https://github.com/jaimegarza/syntax-maven-plugin.git

Download syntax-maven-plugin

How to add to project

<plugin>
    <groupId>me.jaimegarza</groupId>
    <artifactId>syntax-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0
me.jaimegarza : syntax jar 4.2.0

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0