https://github.com/davidelettieri/tapl
C# implementation for TAPL
https://github.com/davidelettieri/tapl
csharp lambda-calculus tapl types-and-programming-languages
Last synced: 8 months ago
JSON representation
C# implementation for TAPL
- Host: GitHub
- URL: https://github.com/davidelettieri/tapl
- Owner: davidelettieri
- Created: 2020-04-20T16:24:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T07:52:21.000Z (over 2 years ago)
- Last Synced: 2025-03-16T03:56:32.411Z (about 1 year ago)
- Topics: csharp, lambda-calculus, tapl, types-and-programming-languages
- Language: C#
- Homepage:
- Size: 374 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tapl
Some of the implementation from the TAPL Book. The FullSimple example is the most correct and complete. I did not give much attention to printing.