thaw-grammar
v0.0.9
Published
Implementations of the grammars of several programming languages, including LISP, Scheme, Prolog, and the Lambda Calculus.
Downloads
368
Maintainers
Readme
thaw-grammar
Implementations of the grammars of several programming languages, including LISP, Scheme, and Prolog.
Obligatory BadgeFest:
Much of the code in this library was based on or inspired by the book 'Programming Languages: An Interpreter-Based Approach', by Samuel N. Kamin, 1990, Addison Wesley, ISBN 0-201-06824-9.
Implemented Languages
- APL (Kamin's Scheme-like syntax)
- CLU (Kamin's syntax)
- The Lambda Calculus (original)
- The Lambda Calculus (syntactically augmented)
- LISP
- Prolog
- SASL (Kamin's syntax)
- Scheme
- Smalltalk (Kamin's syntax)