An open API service indexing awesome lists of open source software.

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)

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