/tagml

This library contains the ANTLR4-generated TAGMLLexer and TAGMLParser for tokenizing and parsing TAGML documents.

Primary LanguageKotlinApache License 2.0Apache-2.0

tagml

This library contains the ANTLR4-generated TAGMLLexer and TAGMLParser for tokenizing and parsing TAGML documents.

maven usage

add this dependency to your pom.xml

<dependency>
  <groupId>nl.knaw.huygens.alexandria</groupId>
  <artifactId>tagml</artifactId>
  <version>2.4</version>
</dependency>

and this repository definition:

<repository>
  <id>huygens</id>
  <url>http://maven.huygens.knaw.nl/repository/</url>
  <releases>
    <enabled>true</enabled>
    <updatePolicy>always</updatePolicy>
    <checksumPolicy>warn</checksumPolicy>
  </releases>
  <snapshots>
    <enabled>true</enabled>
    <updatePolicy>always</updatePolicy>
    <checksumPolicy>fail</checksumPolicy>
  </snapshots>
</repository>