You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix macOS ARM RESIZE test failure and add Windows platform support
Fix compiled RESIZE to return original address on failure (Forth 2012
spec), fixing the macOS ARM test failure. Add #ifdef _WIN32 guards to
POSIX-specific CODE words (KEY?, MS, UTIME, SYSTEM, SETENV, RESIZE-FILE)
and runtime headers. Update codegen to keep conditional #include
directives in function bodies rather than extracting them globally.
Add Windows defaults for CLI (gcc, .exe), test infrastructure (exe
suffix, gcc fallback), and CI (MSYS2/MinGW test job).
0 commit comments