shilangyu / unambiguous-grammar

Formal specification of a language of grammars and proofs about their ambiguity

Home Page:http://github.shilangyu.dev/unambiguous-grammar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unambiguous grammar

Important

Project put on hold until further notice.

Formal specification of a language of grammars and proofs about their ambiguity.

Building

Project needs OCaml tooling, more concretely opam.

opam install . # install dependencies and build (check proofs)

TODO: add instructions how to output OCaml code of the parser.

Documentation

Can be found in docs/. Rendered documents are here.

About

Formal specification of a language of grammars and proofs about their ambiguity

http://github.shilangyu.dev/unambiguous-grammar/

License:MIT License


Languages

Language:Coq 100.0%