fix load
parent
bd7fea2568
commit
dd42efaa20
|
@ -2,9 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays io kernel memoize namespaces peg
|
USING: arrays io kernel memoize namespaces peg
|
||||||
peg.ebnf sequences strings html.elements xml.entities
|
peg.ebnf sequences strings html.elements xml.entities
|
||||||
xmode.code2html splitting io.streams.string html
|
xmode.code2html splitting io.streams.string html peg.parsers
|
||||||
html.elements sequences.deep ascii ;
|
html.elements sequences.deep unicode.categories ;
|
||||||
! unicode.categories ;
|
|
||||||
USE: tools.walker
|
USE: tools.walker
|
||||||
IN: farkup
|
IN: farkup
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue