mingodad / nez

Nez parsing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nez : open grammar and tools

Nez is an open grammar specification language. Once you write a grammar for complex data or computer languages, you can use it anywhere for various purposes including pattern matchers, transformers, interpreters, compilers and other language tools.

For furthermore information, you will visit here.

Build Latest Software Distribution

To build the latest nez.jar file:

git clone git@github.com:nez-peg/nez.git
cd nez
ant

Now, you will run nez.jar with:

java -jar nez.jar ....

Development

Nez is originally developed by Kimio Kuramitsu with his graduate students in Yokohama National University, JAPAN.

You are welcome to contribute code. You can send code both as a patch or a GitHub pull request.

Note that Nez is still very much work in progress. There are no compatibility guarantees while the beta version.

About

Nez parsing library


Languages

Language:Java 99.9%Language:Shell 0.1%Language:Python 0.0%