committed by commin.
An interpreter for Lisp written with Java.
Entry function: Lisp.Main()
- Only support integer, don't support float.
- Don't support String.
- Don't support dot-notation.
letonly support definition of single variable.- Simplified statement of
quote listmust use parenthesized statements like(' (a b)), but support'a.