factor/basis/html
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
..
components html.templates.chloe: add notion of "string context" where tags are not allowed and <>& are not escaped; fixes <t:title> double escaping bug reported by John Benediktsson 2010-08-20 19:15:58 -07:00
forms Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00
streams html.streams: fix typo in stack effect for emit-html. 2010-09-10 13:22:42 -07:00
templates 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
html-docs.factor fix html help-lint 2009-02-11 13:56:54 -06:00
html.factor html.streams: the 'image' character stream style now generates an <img> HTML element 2009-09-22 09:06:56 -04:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00