Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shilangyu/unambiguous-grammar

Formal specification of a language of grammars and proofs about their ambiguity
https://github.com/shilangyu/unambiguous-grammar

grammars parser syntax theorem-proving unambiguity

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`.

```sh
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](https://github.shilangyu.dev/unambiguous-grammar/).