mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 02:49:17 +00:00
91c74f0830
Close and reopen log file before and after FLUSH. Adapt golden file to 16x64 screen format and .fb instead of direkt disk access.
27 lines
346 B
Forth
27 lines
346 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
|
|
|
|
: flush logclose flush logreopen ;
|
|
include block.fth
|
|
|
|
REPORT-ERRORS
|
|
|
|
logclose
|
|
|