Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lignes
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.)