factor/basis/xml
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
..
autoencoding XML missing encoding error 2009-03-18 18:32:34 -05:00
char-classes Fixing XML char classes 2009-03-21 03:39:30 -05:00
data xml.data: insert a space after a comma in description of contained class 2011-01-28 11:48:07 +09:00
dtd DTDs are a separate type now; all variables in xml.state 2009-01-23 15:29:28 -06:00
elements Fix using list in sequences.unrolled, keys/values was not appropriate in several locations 2010-05-21 15:28:05 -05:00
entities Removing "to:" syntax from values. 2011-09-26 11:08:26 -07:00
errors xml.errors: split off xml.errors.debugger so that deployed apps that use XML are ~100kb smaller 2011-01-29 00:09:09 -05:00
name Fixing xml.name for word name change 2009-01-29 18:38:14 -06:00
state Making XML slightly faster 2009-01-29 22:17:55 -06:00
syntax 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
tests xml.tests: fix encoding test for latin5. Fixes #144. 2011-09-19 16:28:18 -07:00
tokenize mop up compiler errors from macosx load-all 2010-03-09 00:56:07 -08:00
traversal xml.*: remove unnecessary dependencies on xml.writer 2011-09-01 22:31:45 -07:00
writer Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
authors.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
tags.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
xml-docs.factor xml: fix typo in docs 2011-01-14 22:11:08 +09:00
xml.factor xml.*: remove unnecessary dependencies on xml.writer 2011-09-01 22:31:45 -07:00