mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 02:49:17 +00:00
9a568b3a03
Names are adapted to DOS 8.3 file names, PETSCII adaptions of core.fth are reverted (DOS uses ASCII), the input test is disabled, since no way was yet found to inject keystrokes into dosbox. And some tweaks were applied to ans-shim.fth and the golden files to make the first tests (preliminary & core) to pass.
16 lines
195 B
Forth
16 lines
195 B
Forth
|
|
include log2file.fth
|
|
logopen test.log
|
|
|
|
include ans-shim.fth
|
|
: \vf [compile] \ ; immediate
|
|
|
|
include prelim.fth
|
|
include tester.fth
|
|
|
|
\ 1 verbose !
|
|
include core.fr
|
|
\ include coreplus.fth
|
|
|
|
logclose
|