| |
|
| 0 AConstant forthstart |
0 AConstant forthstart |
| |
|
| include vars.fs \ variables and other stuff |
include ./vars.fs \ variables and other stuff |
| include kernel/version.fs \ is in $(build)/kernel |
include kernel/version.fs \ is in $(build)/kernel |
| include kernel.fs \ load kernel |
include ./kernel.fs \ load kernel |
| include errore.fs |
include ./errore.fs |
| include doers.fs |
include ./doers.fs |
| has? file [IF] |
has? file [IF] |
| include args.fs |
include ./args.fs |
| include files.fs \ load file words |
include ./files.fs \ load file words |
| include paths.fs |
include ./paths.fs |
| include require.fs |
include ./require.fs |
| [THEN] |
[THEN] |
| |
|
| has? compiler [IF] |
has? compiler [IF] |
| has? glocals [IF] |
has? glocals [IF] |
| include cond.fs \ load IF and co |
include ./cond.fs \ load IF and co |
| [ELSE] |
[ELSE] |
| include cond-old.fs \ load IF and co w/o locals |
include ./cond-old.fs \ load IF and co w/o locals |
| [THEN] |
[THEN] |
| \ include arch/misc/tt.fs |
\ include arch/misc/tt.fs |
| \ include arch/misc/sokoban.fs |
\ include arch/misc/sokoban.fs |
| [THEN] |
[THEN] |
| include toolsext.fs |
include ./toolsext.fs |
| include tools.fs \ load tools ( .s dump ) |
include ./tools.fs \ load tools ( .s dump ) |
| include getdoers.fs |
include ./getdoers.fs |
| include special.fs \ special must be last! |
include ./special.fs \ special must be last! |
| |
|
| \ Setup 13feb93py |
\ Setup 13feb93py |
| |
|