https://github.com/chengluyu/tapl-rust
https://github.com/chengluyu/tapl-rust
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chengluyu/tapl-rust
- Owner: chengluyu
- Created: 2021-06-19T15:42:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T15:49:25.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T16:14:29.003Z (4 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tapl Rust (a.k.a Not Simply Typed)
A naïve implementation of term evaluator and type deducer described in _[Types and Programming Languages][tapl]_ implemented in [Rust][rust].
> Note: current progress is at _Chapter 15: Subtyping_.
[tapl]: https://www.cis.upenn.edu/~bcpierce/tapl/
[rust]: https://www.rust-lang.org