Interpreters from Kamin's PLIBA book, rewritten in Python 3
☆20Jun 8, 2021Updated 5 years ago
Alternatives and similar repositories for kaminpy
Users that are interested in kaminpy are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Pascal and C code from Samuel Kamin's "Programming Languages: an Interpreter-Based Approach"☆12Nov 22, 2018Updated 7 years ago
- Student-facing code from the book *Programming Languages: Build, Prove, and Compare* by Norman Ramsey☆35May 18, 2023Updated 3 years ago
- Experimental fork of TinyScheme and extensions TSX, RE.☆16Jul 4, 2015Updated 11 years ago
- ☆20Mar 25, 2021Updated 5 years ago
- Donatello is a DotNet lisp-like language☆10Apr 17, 2020Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- a book about declarative language definition☆25Mar 31, 2016Updated 10 years ago
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆72Nov 15, 2025Updated 8 months ago
- Calculate any index of the Cartesian Product of any number of sequences in no time!☆10Oct 12, 2020Updated 5 years ago
- An Eulerian fluid simulation written in Rust to learn the language☆13Mar 16, 2024Updated 2 years ago
- ☆14Feb 2, 2023Updated 3 years ago
- demonstrating shunting yard algorithm and evaluation of arithmetic expressions☆15Jan 11, 2025Updated last year
- A lambda calculus interpreter in python.☆13Jul 1, 2023Updated 3 years ago
- loxi - a Lox interpreter☆37Dec 23, 2017Updated 8 years ago
- yet another scalar autograd engine - featuring complex numbers and fixed DAG☆26Mar 20, 2024Updated 2 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Sift is a basic, Relational Algebra based query engine built on top of Apache Arrow. It draws inspiration from Andy Grove's KQuery.☆22May 1, 2022Updated 4 years ago
- Exercises for the Dafny Tutorial☆14May 21, 2018Updated 8 years ago
- C# library based on Python 3 itertools☆10Jan 20, 2022Updated 4 years ago
- Backtracking regular expression engine written in Python