factor/basis/peg
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
..
debugger Split off error. methods into sub-vocabs in a few places 2008-12-08 20:04:13 -06:00
ebnf 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
parsers over push -> suffix!, over push-all -> append! 2009-10-28 15:29:01 -05:00
search Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
authors.txt Moving parts of extra/peg to basis 2008-08-22 23:04:24 -05:00
peg-docs.factor More usages of $quotation 2008-11-16 09:08:38 -06:00
peg-tests.factor Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
peg.factor Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
tags.txt Moving parts of extra/peg to basis 2008-08-22 23:04:24 -05:00