]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "syntax-docs: Add init vocab"
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 25 Jan 2022 05:25:52 +0000 (21:25 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 25 Jan 2022 05:25:52 +0000 (21:25 -0800)
This reverts commit a77aa2a0f176d0dc99869c273b0b88f5251364a6.

core/syntax/syntax-docs.factor

index e192c0a9ad8e2b3d58b9ec9f48083dc61e7fd62d..bbca72ea4ff1e81008a6da778ad5cf5fe046b9cf 100644 (file)
@@ -1,8 +1,8 @@
 USING: arrays assocs classes.algebra.private classes.maybe
 classes.tuple combinators command-line effects generic
-generic.math generic.single help.markup help.syntax init
-io.pathnames kernel math parser sequences vocabs.loader
-vocabs.parser words words.alias words.constant words.symbol ;
+generic.math generic.single help.markup help.syntax io.pathnames
+kernel math parser sequences vocabs.loader vocabs.parser words
+words.alias words.constant words.symbol ;
 IN: syntax
 
 ARTICLE: "parser-algorithm" "Parser algorithm"