Crate lispi

Source

Modules§

elementary_functions
file_parser
interpreter
list_functions
list_macros
parser
recursive_functions
repl
types

Macros§

list
Abbreviation which allows one to write list![e1, e2, ..., en] instead of cons(e1, cons(e2, ..., cons(en, NIL)))