https://github.com/automata/kamin
https://github.com/automata/kamin
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/automata/kamin
- Owner: automata
- Created: 2011-07-13T14:17:44.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T02:07:10.000Z (about 7 years ago)
- Last Synced: 2025-04-03T13:43:58.711Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 560 KB
- Stars: 7
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Programming Languages: An Interpreter-Based Approach, Addison-Wesley, 1990 by Sam Kamin
http://loome.cs.uiuc.edu/kamin/pubs.htmlpascal/ Original Kamin's interpreters in Pascal
cpp/ Rewrite (from scratch) of Kamin's interpreters in C++ by Tim Budd