Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grammar

Opus #25

Standard resources for building an object notation.

Description

This library is a framework for making parsers for existing or new object notations.

Motivation

I found that I was duplicating a lot of work between Argo, Fern and NBT, particularly the conversion between objects and pseudo-primitive types.

Although each library had its own specific requirements it is usually not a good idea to duplicate work, so I have attempted to collect the important parts of each into one resource. To compensate for the individual requirements, internal parts of this library can be overridden where necessary.

Maven Information

<repository>
    <id>kenzie</id>
    <name>Kenzie's Repository</name>
    <url>https://repo.kenzie.mx/releases</url>
</repository>
<dependency>
    <groupId>mx.kenzie</groupId>
    <artifactId>grammar</artifactId>
    <version>2.0.0</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages