mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-12 04:30:34 +00:00
26 lines
322 B
Forth
26 lines
322 B
Forth
|
|
include log2file.fth
|
|
logopen output.log
|
|
|
|
include ans-shim.fth
|
|
: \vf [compile] \ ; immediate
|
|
|
|
include prelim.fth
|
|
include tester.fth
|
|
\ 1 verbose !
|
|
include core.fr
|
|
include coreplus.fth
|
|
|
|
include util.fth
|
|
include errorrep.fth
|
|
|
|
include coreext.fth
|
|
include doubltst.fth
|
|
use empty.fb
|
|
include block.fth
|
|
|
|
REPORT-ERRORS
|
|
|
|
logclose
|
|
|