HuygensING / tagml

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

License:Apache License 2.0


Languages

Language:Kotlin 59.3%Language:ANTLR 40.7%