mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
23 lines
258 B
Forth
23 lines
258 B
Forth
|
|
||
|
include log2file.fb
|
||
|
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
|
||
|
|
||
|
REPORT-ERRORS
|
||
|
|
||
|
logclose
|