]> gitweb.factorcode.org Git - factor.git/commitdiff
gml.parser: Use multiline.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 6 Aug 2017 03:48:28 +0000 (22:48 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 6 Aug 2017 03:48:28 +0000 (22:48 -0500)
extra/gml/parser/parser.factor

index 255b7cdbe48d07c2f28f920084444b7b71d21492..775be874faf9bbcac352e9ccdea39a93b01b9fb0 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (C) 2010 Slava Pestov.
 USING: accessors kernel arrays strings math.parser peg peg.ebnf
-gml.types gml.runtime sequences sequences.deep locals combinators math ;
+multiline gml.types gml.runtime sequences sequences.deep locals
+combinators math ;
 IN: gml.parser
 
 TUPLE: comment string ;