eb52be4ade0653674ce113b0d9d68cadef4af450
Adds EL_TRUE/EL_FALSE convenience macros to el_runtime.h alongside the existing EL_NULL, making boolean-returning builtins readable without raw (el_val_t) casts. Documents all value macros in the header comment. Also lands el_arena_push/el_arena_pop — a scoped string arena for CLI programs that never call el_request_start/end. The compiler can push a mark before a compilation unit and pop it after to free intermediate strings, reducing peak RSS during long compile runs.
Description
The Engram programming language — types as knowledge nodes, quantum-sealed prod target
138 MiB
Releases
5
El SDK (latest)
Latest
Languages
Emacs Lisp
86.3%
C
11.4%
HTML
1.7%
JavaScript
0.4%
Shell
0.2%