mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:10:55 +11:00
e6bac985fa
Finally got rid of the XPACKed core and managed to cross-compile all core words, which greatly simplifies the bootstrapping process.
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
( ';' can't have its name right away because, when created, it
|
|
is not an IMMEDIATE yet and will not be treated properly by
|
|
xcomp. )
|
|
: _
|
|
['] EXIT ,
|
|
R> DROP ( exit : )
|
|
; IMMEDIATE
|
|
: ['] ' LITA ; IMMEDIATE
|
|
';' X' _ 4 - C! ( give ; its name )
|
|
':' X' _ 4 - C! ( give : its name )
|
|
'(' X' _ 4 - C!
|