From 37e1f91f463c6ab8f03d09361760c466f8a35ccb Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 24 Jan 2022 21:26:05 -0800 Subject: [PATCH] syntax: fix using --- core/syntax/syntax.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1