fix compiler errors

db4
Doug Coleman 2008-06-14 00:41:48 -05:00
parent a1ff275a4d
commit e92980b9ad
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ SYMBOL: tagstack
: parse-attributes ( -- hashtable )
[ (parse-attributes) ] { } make >hashtable ;
: (parse-tag)
: (parse-tag) ( string -- string' hashtable )
[
read-token >lower
parse-attributes

View File

@ -4,7 +4,7 @@ namespaces prettyprint quotations sequences splitting
state-parser strings sequences.lib ;
IN: html.parser.utils
: string-parse-end?
: string-parse-end? ( -- ? )
get-next not ;
: take-string* ( match -- string )