factor/core/generic
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
..
hook generic: clean up unit tests a bit 2010-08-21 13:04:37 -07:00
math generic: clean up unit tests a bit 2010-08-21 13:04:37 -07:00
parser 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
single slots: pre-create the "at", "nth", and "global" slots to make deterministic the currently nondeterministic ambiguity between accessors:change-* and assocs:change-at, sequences:change-nth, and namespaces:change-global 2011-09-19 10:03:43 -07:00
standard Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
generic-docs.factor generic: fix using to M\ example in docs 2010-12-05 05:11:38 +09:00
generic.factor Moving new-sets to sets 2010-02-26 16:01:01 -05:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00
tags.txt Initial import 2007-09-20 18:09:08 -04:00