From: John Benediktsson Date: Tue, 25 Jan 2022 05:26:05 +0000 (-0800) Subject: syntax: fix using X-Git-Tag: 0.99~1683 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=37e1f91f463c6ab8f03d09361760c466f8a35ccb syntax: fix using --- diff --git a/core/syntax/syntax.factor b/core/syntax/syntax.factor index bd45557448..0ce8ec2871 100644 --- a/core/syntax/syntax.factor +++ b/core/syntax/syntax.factor @@ -7,7 +7,7 @@ classes.predicate classes.singleton classes.tuple classes.tuple.parser classes.union combinators compiler.units definitions effects effects.parser fry generic generic.hook generic.math generic.parser generic.standard hash-sets -hashtables hashtables.identity io.pathnames kernel lexer +hashtables hashtables.identity init io.pathnames kernel lexer locals.errors locals.parser macros math memoize namespaces parser quotations sbufs sequences slots source-files splitting strings strings.parser vectors vocabs.loader vocabs.parser words