ecl/src
Daniel Kochmański 2e6d259ea9 [nucl] words operate directly on the stack
In the first sketch they operated on stack frames, but this approach was flawed
because a) leaving things on the stack above frame prevented it from growing
leading to an internal error, b) closing the frame wiped all values deposited on
the stack that were above the frame base.
2026-03-08 20:03:25 +01:00
..
bdwgc bdwgc: update bundled gc to version 8.2.8 2024-12-05 22:21:45 +01:00
c [nucl] words operate directly on the stack 2026-03-08 20:03:25 +01:00
clos modules: [0/n] introduce a new structure ecl_module in the system 2026-03-08 20:01:34 +01:00
cmp core: move defacto constants from cl_core structure to global space 2026-03-07 21:35:37 +01:00
doc doc: document the cross compilation feature 2025-11-22 16:25:42 +01:00
ecl modules: [1/n] introduce ecl_module_gc 2026-03-08 20:01:34 +01:00
gmp build: regenerate configure script with autoconf 2.72 2024-12-05 22:27:10 +01:00
h [bytevm][wip] new opcode CALLW, don't use lcl frame when no locals 2026-03-08 20:03:25 +01:00
libffi ffi: Update libffi to version 3.3 2019-12-09 19:49:30 +01:00
lsp garbage: allow for building ecl without bdwgc and with nogc 2026-03-08 20:01:34 +01:00
tests core: split cl_core_struct in two structure cl_core and ecl_core 2026-03-07 21:35:37 +01:00
util [nucl] write a forth compiler 2026-03-08 20:03:25 +01:00
aclocal.m4 garbage: register and unregister GC threads manually from a module 2026-03-08 20:01:34 +01:00
bare.lsp.in cmp: fix constant folding for target dependent constants 2025-11-22 16:25:42 +01:00
compile.lsp.in cmp: fix constant folding for target dependent constants 2025-11-22 16:25:42 +01:00
config.guess build: add a preliminary support for the emscripten target 2023-06-13 22:07:08 +02:00
config.sub build: add a preliminary support for the emscripten target 2023-06-13 22:07:08 +02:00
configure garbage: allow for building ecl without bdwgc and with nogc 2026-03-08 20:01:34 +01:00
configure.ac garbage: allow for building ecl without bdwgc and with nogc 2026-03-08 20:01:34 +01:00
install.sh
Makefile.in [wip] nucl: binary and preliminary notes 2026-03-08 20:03:25 +01:00