mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
27 lines
316 B
Forth
27 lines
316 B
Forth
|
|
include logfile.fth
|
|
' noop Is .status
|
|
logopen
|
|
|
|
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
|
|
|
|
include block.fth
|
|
|
|
REPORT-ERRORS
|
|
|
|
logclose
|
|
|