]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax-docs: Add init vocab
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 25 Jan 2022 04:24:54 +0000 (22:24 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 25 Jan 2022 04:24:54 +0000 (22:24 -0600)
core/syntax/syntax-docs.factor

index bbca72ea4ff1e81008a6da778ad5cf5fe046b9cf..e192c0a9ad8e2b3d58b9ec9f48083dc61e7fd62d 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 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 init
+io.pathnames kernel math parser sequences vocabs.loader
+vocabs.parser words words.alias words.constant words.symbol ;
 IN: syntax
 
 ARTICLE: "parser-algorithm" "Parser algorithm"