package tip-parser

  1. Overview
  2. Docs
Parser for TIP (Tons of Inductive Problems)

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.tar.gz
md5=8c95a6a99ec2ad2caf9b6383c91e1e0c

Description

A simple AST and parser/printer for TIP (https://tip-org.github.io/), a simple format for writing problems in a typed logic with computable functions, datatypes, and axioms.

Tags

TIP parse inductive logic

Published: 30 Aug 2018

README

README.adoc

= Tip_parser
:source-highlighter: pygments

Parser for https://tip-org.github.io/format.html, in OCaml. It depends on menhir.

== Documentation

- http://c-cube.github.io/tip-parser/dev[dev]
- http://c-cube.github.io/tip-parser/0.1[0.1]
- http://c-cube.github.io/tip-parser/0.3[0.3]

== License

This code is free, under the BSD license.

Dependencies (5)

  1. menhir build & < "20211215"
  2. result
  3. base-bytes
  4. dune >= "1.1"
  5. ocaml

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None