minitt-util

Crates.iominitt-util
lib.rsminitt-util
version0.2.4
sourcesrc
created_at2019-09-05 03:36:38.692674
updated_at2020-09-21 17:06:11.30514
descriptionCLI Utilities extracted from Mini-TT language's type-checker
homepage
repositoryhttps://github.com/owo-lang/minitt-rs
max_upload_size
id162337
size10,922
Tesla Zhang‮ (ice1000)

documentation

https://docs.rs/minitt-util

README

Mini-TT's utilities

Crates.io Crates.io Crates.io docs.rs

This is a crate extracted from Mini-TT to help the development of other dependently-typed lambda calculus type checkers' command line interface.

It contains helper functions for the Clap (structopt) command line processor, file IO, and REPL helpers (for rustyline).

As I don't want to break the self-containing property of the Mini-TT codebase, I only extracted things from the CLI helpers, not the type-checker.

Commit count: 305

cargo fmt