extra: Annotations imported a bad CAPS:
parent
a35dd209c3
commit
deef6a0744
|
@ -1,7 +1,7 @@
|
||||||
! (c)2009 Joe Groff, Doug Coleman. see BSD license
|
! (c)2009 Joe Groff, Doug Coleman. see BSD license
|
||||||
USING: accessors combinators.short-circuit kernel lexer
|
USING: accessors combinators.short-circuit kernel lexer
|
||||||
namespaces sequences tools.crossref words ;
|
namespaces sequences tools.crossref words ;
|
||||||
FROM: functors2 => new-word SAME-FUNCTOR: ;
|
FROM: functors2 => new-word \SAME-FUNCTOR: ;
|
||||||
IN: annotations
|
IN: annotations
|
||||||
|
|
||||||
<<
|
<<
|
||||||
|
|
|
@ -336,6 +336,7 @@ M: upper-colon tuple>identifiers
|
||||||
{ "USING" [ drop f ] }
|
{ "USING" [ drop f ] }
|
||||||
{ "IN" [ drop f ] }
|
{ "IN" [ drop f ] }
|
||||||
{ "M" [ drop f ] }
|
{ "M" [ drop f ] }
|
||||||
|
{ "FROM" [ drop f ] }
|
||||||
{ "INSTANCE" [ drop f ] }
|
{ "INSTANCE" [ drop f ] }
|
||||||
{ "ARTICLE" [ drop f ] } ! TODO: Should be a word imo
|
{ "ARTICLE" [ drop f ] } ! TODO: Should be a word imo
|
||||||
{ "ABOUT" [ drop f ] } ! TODO: Should be a word imo
|
{ "ABOUT" [ drop f ] } ! TODO: Should be a word imo
|
||||||
|
|
Loading…
Reference in New Issue