From deef6a0744fe87d2a299749628d3dfa6251aa20d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 24 Dec 2017 19:21:35 -0800 Subject: [PATCH] extra: Annotations imported a bad CAPS: --- extra/annotations/annotations.factor | 2 +- extra/modern/compiler/compiler.factor | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/annotations/annotations.factor b/extra/annotations/annotations.factor index 428dd58a9b..920e8426ed 100644 --- a/extra/annotations/annotations.factor +++ b/extra/annotations/annotations.factor @@ -1,7 +1,7 @@ ! (c)2009 Joe Groff, Doug Coleman. see BSD license USING: accessors combinators.short-circuit kernel lexer namespaces sequences tools.crossref words ; -FROM: functors2 => new-word SAME-FUNCTOR: ; +FROM: functors2 => new-word \SAME-FUNCTOR: ; IN: annotations << diff --git a/extra/modern/compiler/compiler.factor b/extra/modern/compiler/compiler.factor index 6d4a69105c..859565e1fc 100644 --- a/extra/modern/compiler/compiler.factor +++ b/extra/modern/compiler/compiler.factor @@ -336,6 +336,7 @@ M: upper-colon tuple>identifiers { "USING" [ drop f ] } { "IN" [ drop f ] } { "M" [ drop f ] } + { "FROM" [ drop f ] } { "INSTANCE" [ drop f ] } { "ARTICLE" [ drop f ] } ! TODO: Should be a word imo { "ABOUT" [ drop f ] } ! TODO: Should be a word imo