factor/extra/irc/messages
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
..
base 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
parser Update references to "1 tail" to use "rest". 2011-05-03 20:50:23 -07:00
authors.txt irc.client: Move message tuples and parser to irc.messages, fix join handling 2008-07-09 22:48:17 -03:00
messages-tests.factor irc.messages: Add predicate classes for ctcp and action messages 2009-04-16 22:19:16 -03:00
messages.factor Factor source files should not be executable 2009-11-21 17:50:43 -06:00
summary.txt irc: IRC messages reimplemented 2009-04-08 23:13:17 -03:00