Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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