factor/extra/units
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 Fixing basis -> extra dependencies 2008-09-05 19:29:14 -05:00
imperial Fixing basis -> extra dependencies 2008-09-05 19:29:14 -05:00
reduction 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
si Fixing basis -> extra dependencies 2008-09-05 19:29:14 -05:00
authors.txt Fixing basis -> extra dependencies 2008-09-05 19:29:14 -05:00
units-tests.factor Factor source files should not be executable 2009-11-21 17:50:43 -06:00
units.factor Factor source files should not be executable 2009-11-21 17:50:43 -06:00