Structs§
Enums§
Functions§
- parse_
lisp_ program - A function that parses a LISP program into
LispObject
s. EachLispObject
is aList
or aString
, and numbers areStrings
here too.
LispObject
s.
Each LispObject
is a List
or a String
, and numbers are Strings
here too.