factor: whitespace
parent
24bfc798fc
commit
a2fb2be28e
|
@ -566,4 +566,4 @@ CONSTANT: factor-lexing-rules {
|
||||||
! { char: \r [ read-token-or-whitespace ] }
|
! { char: \r [ read-token-or-whitespace ] }
|
||||||
! { char: \n [ read-token-or-whitespace ] }
|
! { char: \n [ read-token-or-whitespace ] }
|
||||||
! { f [ f like dup [ make-tag-literal ] when ] }
|
! { f [ f like dup [ make-tag-literal ] when ] }
|
||||||
! } case ; inline
|
! } case ; inline
|
||||||
|
|
|
@ -79,4 +79,4 @@ IN: modern.paths
|
||||||
|
|
||||||
: all-paths ( -- seq )
|
: all-paths ( -- seq )
|
||||||
vocab-roots get [ [ ".factor" tail? ] find-all-files ] map concat
|
vocab-roots get [ [ ".factor" tail? ] find-all-files ] map concat
|
||||||
reject-some-paths ;
|
reject-some-paths ;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs calendar continuations destructors io
|
USING: accessors assocs calendar continuations destructors io
|
||||||
io.encodings.binary io.servers io.sockets
|
io.encodings.binary io.servers io.sockets
|
||||||
io.streams.duplex fry kernel locals math math.ranges
|
io.streams.duplex fry kernel locals math math.ranges
|
||||||
namespaces prettyprint random sequences sets splitting threads
|
namespaces prettyprint random sequences sets splitting threads
|
||||||
tools.continuations ;
|
tools.continuations ;
|
||||||
IN: managed-server
|
IN: managed-server
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2005, 2009 Daniel Ehrenberg
|
! Copyright (C) 2005, 2009 Daniel Ehrenberg
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: xml.data xml.writer tools.test fry xml xml.syntax kernel
|
USING: xml.data xml.writer tools.test fry xml xml.syntax kernel
|
||||||
xml.writer.private io.streams.string xml.traversal sequences
|
xml.writer.private io.streams.string xml.traversal sequences
|
||||||
io.encodings.utf8 io.files io.files.temp accessors io.directories math
|
io.encodings.utf8 io.files io.files.temp accessors io.directories math
|
||||||
math.parser ;
|
math.parser ;
|
||||||
|
|
Loading…
Reference in New Issue