Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
475B

  1. Inner core
  2. This unit represents core definitions that happen right after
  3. native definitions. Before core.fs.
  4. Unlike core.fs and its followers, this unit isn't self-
  5. sustained. Like native defs it uses the machinery of a full
  6. Forth interpreter, notably for flow structures.
  7. Because of that, it has to obey specific rules:
  8. 1. It cannot compile a word from higher layers. Using
  9. immediates is fine though.
  10. (cont.)