]> gitweb.factorcode.org Git - factor.git/blobdiff - core/parser/parser-docs.factor
core: trim using lists with tool
[factor.git] / core / parser / parser-docs.factor
index c0274c833e962c4816e20a5984176e07dd9d7acf..050b152f79361f0ec3c13b9403dd4c352d772d2d 100644 (file)
@@ -1,6 +1,6 @@
 USING: arrays compiler.units definitions help.markup help.syntax
-kernel lexer math namespaces quotations sequences source-files strings
-vectors vocabs vocabs.parser words words.symbol ;
+kernel lexer math namespaces quotations sequences source-files
+strings vectors vocabs vocabs.parser words words.symbol ;
 IN: parser
 
 ARTICLE: "reading-ahead" "Reading ahead"