Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 311 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 311 Bytes

Java implementation of lis.py from https://norvig.com/lispy.html and http://norvig.com/lispy2.html.

See file "Jispy.java" for usage of interpreter API. See tests file and "*.ss" files in folder "src/main/resources" for supported lisp features.

The original implementation of cons cannot handle tree structure.