trivial-rs / mmb-parser

A parser for the Metamath Zero binary proof format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mmb-parser

Crates.io Documentation License

A library for parsing binary Metamath Zero proof files.

The proof files for Metamath Zero are designed to be consumed by the verifier in situ, such that parsing the file into complicated data structures is not necessary. This library exposes the internals of the file format for inspecting and debugging purposes.

License

This library is distributed under the terms of either the MIT license (see LICENSE-MIT) or the Apache License, Version 2.0 (see LICENSE-APACHE).

About

A parser for the Metamath Zero binary proof format

License:Other


Languages

Language:Rust 100.0%