pgf2json 0.2.5

This crate is an Application Programming Interface to load and interpret grammars compiled in Portable Grammar Format (PGF). The PGF format is produced as a final output from the GF compiler. The library provides methods for generating JSON output of a correctly formed PGF file. The API is meant to be used for embedding GF grammars in Rust programs.
Documentation
1
2
3
4
5
6
7
8
9
### v0.2.0
-   Major upgrade in terms of how robust the parser is.

### v0.1.1
 -  The following gramamars now parses successfully at 100%:
    Food.pgf, Hello.pgf, Ticket.pgf, Strings.pgf, Letters.pgf, and Movies.pgf.

### v0.1.0
 - Initial Release