forked from larsbrinkhoff/lbForth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
31 lines (17 loc) · 688 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Clean up metacompiler.
Some mechanism for hooking in compilation wordlists. Also for
metacompilation.
Make backtrace more useful by searching all vocabularies.
Separate XT from NT. Make XT point directly at code field.
Rearrange header.
Add UM/MOD and friends.
Pass Hayes' CORE tests. Then COREEXT, TOOLS, STRING, EXCEPTION,
SEARCHORDER, DOUBLE, etc.
Finish PDP-1 target.
Finish shell script and batch file targets; use them for bootstrapping.
Retire Lisp metacompiler.
More Forth2012 words.
Clean up quotations and move to libraries.
Clean up LATER> and move to libraries.
Create STC x86 target? With inlining?
Metacompile FIG-Forth model (create 6502 simulator, etc).