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

https://github.com/juanbono/tapl-haskell

Implementacion de los lenguajes explicados en Types and Programming Languages
https://github.com/juanbono/tapl-haskell

programming-language toy-language

Last synced: 9 months ago
JSON representation

Implementacion de los lenguajes explicados en Types and Programming Languages

Awesome Lists containing this project

README

          

# tapl-haskell
Implementacion hecha en Haskell de los lenguajes presentes en el libro Types and Programming Languages.

### Lenguajes:
* [**arith:** Expresiones aritméticas no tipadas](./arith/README.md)
* [**untyped:** Cálculo λ no tipado](./untyped/README.md)