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