7d9937d0d8
Optimizing Forth 2012 compiler targeting WebAssembly with IR-based compilation pipeline, multi-typed stack inference, subroutine threading, and JIT/consolidation modes. Rust kernel with ~35 primitives and Forth standard library for core/core-ext word sets.
9 lines
292 B
Forth
9 lines
292 B
Forth
\ WAFER Prelude - Master loader for the standard library
|
|
\ This file is loaded at boot after primitives are registered.
|
|
\ It includes all word set files in dependency order.
|
|
|
|
\ TODO: Enable includes as each word set is implemented
|
|
\ INCLUDE boot.fth
|
|
\ INCLUDE core.fth
|
|
\ INCLUDE core_ext.fth
|