Skip to content
 
 

Latest commit

 

History

460 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Overture AstCreator Tool Build Status

This generates heterogenous ASTs in Java for the Overture project, and should be applicable to anything else that needs an AST.

Using releases as a Maven plugin

<plugin>
  <groupId>org.overturetool.astcreator</groupId>
  <artifactId>astcreator-plugin</artifactId>  
  <version>1.6.4</version>
  <artifactId>root</artifactId>
  <executions>
    <execution>
      <id>java</id>
      <phase>generate-sources</phase>
      <goals>
        <goal>generate</goal>
      </goals>
    </execution>
  </executions>
  <configuration>
    <ast>overtureII.astv2</ast>
  </configuration>
</plugin>

Using snapshot versions

...to be filled in

Using the core jar

The jar produced from the core/ directory is embeddable; please contact us if you plan to use it.

Making a release

See https://github.com/overturetool/astcreator/wiki/Release-Procedure

About

The Overture AstCreator Tool

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages