factor/basis/colors
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
..
constants Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
gray docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
hex Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
hsv docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
authors.txt Move colors to basis 2008-08-07 15:46:11 -05:00
colors-docs.factor docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
colors.factor Fix conflict 2009-02-22 20:02:13 -06:00
summary.txt Add missing meta-data 2008-09-23 16:11:59 -05:00