Doug Coleman
|
76580da5d5
|
Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF.
CREATE -> scan-new
CREATE-CLASS -> scan-new-class
CREATE-WORD -> scan-new-word
CREATE-GENERIC -> scan-new-generic
scan -> (scan-token)
scan-token now throws on eof
(scan-word) returns word/number/f
scan-word now throws on eof
scan-word-name expects a non-number
Fixes #183.
Fixes #209.
|
2011-09-29 11:28:28 -07:00 |
Joe Groff
|
84d4bd3bbe
|
utility to load a chosen revision of a vocab from a git repo, e.g. "USE-REV: xml origin/master"
|
2009-11-07 23:54:17 -06:00 |
Slava Pestov
|
8399336648
|
tools.vocabs absorbs some words from tools.browser and vocabs.loader
|
2008-03-12 19:55:06 -05:00 |
Slava Pestov
|
373a88a77a
|
Fix UI hang, add if-box combinator
|
2008-02-29 19:10:30 -06:00 |
Slava Pestov
|
da575528cf
|
Add ignore-errors to core
|
2008-02-26 14:58:02 -06:00 |
Slava Pestov
|
9edb5875e3
|
Less drastic changes
|
2008-02-18 07:30:16 -06:00 |
Slava Pestov
|
2c6afdfee6
|
Working on new threads
|
2008-02-18 05:07:40 -06:00 |
Slava Pestov
|
5912cad83f
|
Forgot to invoke callback
|
2008-02-12 12:19:25 -06:00 |
Slava Pestov
|
18403d15fa
|
tools.browser now uses io.monitor
|
2008-02-05 18:55:10 -06:00 |