1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-21 02:50:19 +10:00
collapseos/blk/409
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

10 lines
145 B
Plaintext

: INTERPRET
BEGIN
WORD
(find)
NOT IF (parse) ELSE EXECUTE THEN
C<? NOT IF LIT< (ok) (find) IF EXECUTE THEN THEN
AGAIN
;