mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:30:55 +11:00
3d908cef3a
This allows us to get rid of the (parse*) indirection.
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
: (parse) ( a -- n )
|
|
(parsec) IF EXIT THEN
|
|
(parseh) IF EXIT THEN
|
|
(parseb) IF EXIT THEN
|
|
(parsed) IF EXIT THEN
|
|
( nothing works )
|
|
LIT< (wnf) (find) IF EXECUTE ELSE ABORT THEN
|
|
;
|