Commit Graph

3 Commits (325d1bac2a0403e26206a4c98a41188b05b6e865)

Author SHA1 Message Date
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
Keita Haga 032c9d061a colors.hex: fix typo in docs 2011-02-06 17:05:20 +09:00
John Benediktsson fdef71d2b7 colors.hex vocab. 2010-10-28 13:34:59 -07:00