Virgil Dupras
|
179c66be8a
|
Move a bunch of words from XPACKed core to xcomp core
|
2020-05-14 08:50:43 -04:00 |
|
Virgil Dupras
|
74896051bb
|
Move BOOT, (boot<) and INTEPRET to high xcomp
Saves us an (ok) indirection and will save us more soon.
|
2020-05-14 08:45:01 -04:00 |
|
Virgil Dupras
|
80d730318a
|
Simplify LOAD's INTERPRET exit mechanism
|
2020-05-13 22:55:52 -04:00 |
|
Virgil Dupras
|
2e9e7047bf
|
Make INTERPRET break on ASCII EOT
This should allow me to simplify LOAD's exit mechanism on block
end.
|
2020-05-13 21:44:46 -04:00 |
|
Virgil Dupras
|
0434d02818
|
xcomp: implement X[']
|
2020-05-13 13:24:58 -04:00 |
|
Virgil Dupras
|
7c20501f27
|
Move core's blk to xcomp core (low and high)
TODO: implement X['] so that I can remove those XCURRENT patterns.
|
2020-05-13 10:50:46 -04:00 |
|
Virgil Dupras
|
3d908cef3a
|
Move all parsing words to Inner core
This allows us to get rid of the (parse*) indirection.
|
2020-05-02 21:21:47 -04:00 |
|