https://github.com/picrap/eburnification
EBNF stuff (so nobody can expect anything from it)
https://github.com/picrap/eburnification
Last synced: about 1 year ago
JSON representation
EBNF stuff (so nobody can expect anything from it)
- Host: GitHub
- URL: https://github.com/picrap/eburnification
- Owner: picrap
- License: mit
- Created: 2018-04-13T20:35:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T22:40:36.000Z (over 7 years ago)
- Last Synced: 2025-01-21T20:48:40.608Z (over 1 year ago)
- Language: C#
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EBurNiFication
EBNF stuff (so nobody can expect anything from it)
## The big picture
Goals:
* Parse a syntax in EBNF form
* Allow programmatic form
* Use the defined syntax to parse documents
This is not:
* A grammatical parser, it just handles syntax.
* A language generator or anything else.
## Current status
Nothing to show for now. I'm working on it.
## References
* The actual norm: http://www.cl.cam.ac.uk/~mgk25/iso-14977.pdf
* An explanation: http://www.ics.uci.edu/~pattis/misc/ebnf2.pdf