algorithmw-rust | basic implementation of Hindley-Milner type inference
kandi X-RAY | algorithmw-rust Summary
kandi X-RAY | algorithmw-rust Summary
algorithmw-rust is a Rust library. algorithmw-rust has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.
CMPUT 403 Final Project Noah Weninger Winter 2016. This is an implementation of Hindley-Milner type inference via Algorithm W. Given the abstract syntax tree of some program in a format that resembles lambda calculus but extended to support various primitive types and binding of values to names, it will determine the most general type of the program. Type variables will only be instantiated whenever necessary. The complexity class is EXPTIME. Due to the complex nature of the input, it is difficult to determine more specifically how the algorithm will behave on an input. Two of the test cases demonstrate this - by changing the order of a single application it goes from producing a small type as output to an incredibly large one. This project is implemented in Rust. Under the directory src, you will see two files. w.rs contains the implementation, and main.rs contains the tests. To compile, you will need the Rust compiler, version 1.x, as well as Cargo. Cargo is usually included alongside a default Rust installation. Compiler downloads are available here: Once your build environment is set up, just do cargo run from inside this directory to compile and run the tests.
CMPUT 403 Final Project Noah Weninger Winter 2016. This is an implementation of Hindley-Milner type inference via Algorithm W. Given the abstract syntax tree of some program in a format that resembles lambda calculus but extended to support various primitive types and binding of values to names, it will determine the most general type of the program. Type variables will only be instantiated whenever necessary. The complexity class is EXPTIME. Due to the complex nature of the input, it is difficult to determine more specifically how the algorithm will behave on an input. Two of the test cases demonstrate this - by changing the order of a single application it goes from producing a small type as output to an incredibly large one. This project is implemented in Rust. Under the directory src, you will see two files. w.rs contains the implementation, and main.rs contains the tests. To compile, you will need the Rust compiler, version 1.x, as well as Cargo. Cargo is usually included alongside a default Rust installation. Compiler downloads are available here: Once your build environment is set up, just do cargo run from inside this directory to compile and run the tests.
Support
Quality
Security
License
Reuse
Support
algorithmw-rust has a low active ecosystem.
It has 23 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
algorithmw-rust has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of algorithmw-rust is current.
Quality
algorithmw-rust has no bugs reported.
Security
algorithmw-rust has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
algorithmw-rust is licensed under the MPL-2.0 License. This license is Weak Copyleft.
Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.
Reuse
algorithmw-rust releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of algorithmw-rust
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of algorithmw-rust
algorithmw-rust Key Features
No Key Features are available at this moment for algorithmw-rust.
algorithmw-rust Examples and Code Snippets
No Code Snippets are available at this moment for algorithmw-rust.
Community Discussions
No Community Discussions are available at this moment for algorithmw-rust.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install algorithmw-rust
You can download it from GitHub.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page