Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 388 Bytes

implementation.md

File metadata and controls

8 lines (5 loc) · 388 Bytes

Implementation choices

  • Back-tracking in interactive proofs is implemented using the "timed" references of the Timed library.

  • Bindings in terms are implemented using the Bindlib library.

  • Parsing is using the Earley library.