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

https://github.com/developedby/algorithm-w-rs

Simple implementation of Hindley-Milner type inference in Rust
https://github.com/developedby/algorithm-w-rs

algorithm-w hindley-milner rust type-inference

Last synced: 11 months ago
JSON representation

Simple implementation of Hindley-Milner type inference in Rust

Awesome Lists containing this project

README

          

# algorithm-w-rs
Simple implementation of Hindley-Milner type inference in Rust.

Implements Algorithm W, based on [https://github.com/mgrabmueller/AlgorithmW](https://github.com/mgrabmueller/AlgorithmW).

## Usage

You can compile and run it using Cargo:

```sh
# Run the CLI by calling `cargo run` and passing the file to parse as an argument.
cargo run --
```