Modules
Here is a list of all modules:
| Provides builtin lambdas: for example car, cdr | |
| Provides the data structures for LISP, like cells | |
| Provides checks shortcuts for builtin functions | |
| Provides LISP core functions: eval and apply | |
| Provides errors handling | |
| Provides file handling | |
| Provides methods that have to be called before using pilisp | |
| Links the other modules of Pilisp | |
| Provides lexer and parser | |
| Handles printing messages and data structures | |
| Provides shortcuts to remove cells from used memory | |
| Provides definitions for pilisp settings | |
| Provides tools like prompts to test some functions of pilisp | |
| Provides generic utility tools |
