CS 3723 Programming Languages
Handouts -- Spring 2001
- Parser in C for a grammar for arithmetic expressions:
- Translator (in C) of arithmetic expressions to RPN
(Reverse Polish Notation):
- Evaluator (in C) of arithmetic expressions using double:
- Parser (in C) of Lisp S-expressions:
- Translator (in C) of Lisp S-expressions to Lisp internal form,
along with a translator to Lisp external form:
Revision date: 2001-01-19.
(Please use ISO 8601,
the International Standard Date and Time Notation.)