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

https://github.com/chengluyu/tapl-rust


https://github.com/chengluyu/tapl-rust

Last synced: 2 months ago
JSON representation

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