Skip to content

Simple implementation of Hindley-Milner type inference in Rust

License

Notifications You must be signed in to change notification settings

developedby/algorithm-w-rs

Repository files navigation

algorithm-w-rs

Simple implementation of Hindley-Milner type inference in Rust.

Implements Algorithm W, based on https://github.com/mgrabmueller/AlgorithmW.

Usage

You can compile and run it using Cargo:

# Run the CLI by calling `cargo run` and passing the file to parse as an argument.
cargo run -- <path/to/file>

About

Simple implementation of Hindley-Milner type inference in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published