mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:50:54 +11:00
7c20501f27
TODO: implement X['] so that I can remove those XCURRENT patterns.
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
( Relink a regular Forth full interpreter. )
|
|
: RLCORE
|
|
LIT< [ (find) DROP ( target )
|
|
DUP 3 - @ ( t prevoff )
|
|
( subtract [ name length )
|
|
1- ( t o )
|
|
RLDICT
|
|
;
|
|
|