Skip to content

Commin/LispInterprter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lisp Interprter

committed by commin.

An interpreter for Lisp written with Java.

Entry function: Lisp.Main()

Characteristics

  • Only support integer, don't support float.
  • Don't support String.
  • Don't support dot-notation.
  • let only support definition of single variable.
  • Simplified statement of quote list must use parenthesized statements like (' (a b)), but support 'a.

About

An interpreter for Lisp in Java

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages