From 42ceea05cb584708990be77986ed85e3cf117270 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 5 Aug 2017 22:48:28 -0500 Subject: [PATCH] gml.parser: Use multiline. --- extra/gml/parser/parser.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/gml/parser/parser.factor b/extra/gml/parser/parser.factor index 255b7cdbe4..775be874fa 100644 --- a/extra/gml/parser/parser.factor +++ b/extra/gml/parser/parser.factor @@ -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 ;