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

https://github.com/automata/kamin


https://github.com/automata/kamin

Last synced: 28 days ago
JSON representation

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.html

pascal/ Original Kamin's interpreters in Pascal
cpp/ Rewrite (from scratch) of Kamin's interpreters in C++ by Tim Budd