mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 20:20:55 +11:00
44403c3d4c
The way is clear for complete stage1 bootstrapping on the RC2014 target!
17 lines
475 B
Plaintext
17 lines
475 B
Plaintext
Inner core
|
|
|
|
This unit represents core definitions that happen right after
|
|
native definitions. Before core.fs.
|
|
|
|
Unlike core.fs and its followers, this unit isn't self-
|
|
sustained. Like native defs it uses the machinery of a full
|
|
Forth interpreter, notably for flow structures.
|
|
|
|
Because of that, it has to obey specific rules:
|
|
|
|
1. It cannot compile a word from higher layers. Using
|
|
immediates is fine though.
|
|
|
|
|
|
(cont.)
|