https://github.com/moderocky/grammar
https://github.com/moderocky/grammar
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moderocky/grammar
- Owner: Moderocky
- Created: 2023-05-11T16:21:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T09:32:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T04:15:01.917Z (over 1 year ago)
- Language: Java
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/Moderocky/Argo), [Fern](https://github.com/Moderocky/Fern)
and [NBT](https://github.com/Moderocky/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
```xml
kenzie
Kenzie's Repository
https://repo.kenzie.mx/releases
```
```xml
mx.kenzie
grammar
1.0.0
```