Skip to content

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

License

Notifications You must be signed in to change notification settings

HuygensING/tagml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •