From c3f12c945d5d2b4f1ef34fd3c29c7c635a92e47b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 7 Aug 2018 09:45:11 -0400 Subject: [PATCH] parser: fix using --- core/parser/parser.factor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/parser/parser.factor b/core/parser/parser.factor index 483174ffe5..4856951ea5 100644 --- a/core/parser/parser.factor +++ b/core/parser/parser.factor @@ -1,10 +1,10 @@ ! Copyright (C) 2005, 2010 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs classes combinators -compiler.units continuations definitions effects io -io.encodings.utf8 io.files kernel lexer math.parser namespaces -parser.notes quotations sequences sets slots source-files -splitting vectors vocabs vocabs.parser words words.symbol ; +USING: accessors arrays classes combinators compiler.units +continuations definitions effects io io.encodings.utf8 io.files +kernel lexer math.parser namespaces parser.notes quotations +sequences sets slots source-files vectors vocabs vocabs.parser +words words.symbol ; IN: parser : location ( -- loc )