Skip to content
/ jecue Public
forked from bunjlabs/jecue

Minimal lazy nonstrict CUE sheet parsing library in pure java

License

Notifications You must be signed in to change notification settings

tonyhook/jecue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jecue

Minimal lazy nonstrict CUE sheet parsing library written in pure java.

This library is created for another internal big project. But there is a possibility that this library might be needed by someone.

Installing

At the moment this library not available yet on maven or bunjlabs repositories but will became after fixing most critical bugs.

If you want use this library just clone and import it in your IDE.

Using

API in this library is extremely simple:

CueLoader cueLoader = new CueLoader(new File("meta.cue"));

CueSheet load = cueLoader.load();

CueSheet is a POJO object. Its structure can be easly to understand with sources.

About

Minimal lazy nonstrict CUE sheet parsing library in pure java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%