Cookbook
Step-by-step recipes for common additions to the Elle codebase.
| Recipe | Description |
|---|---|
| primitives | Adding a new primitive function |
| heap-types | Adding a new heap type |
| bytecode | Adding a new bytecode instruction |
| special-forms | Adding a new special form |
| lint-rules | Adding a new lint rule |
| prelude-macros | Adding a new prelude macro |
| plugins | Adding a new plugin |