X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fmatch%2Fmatch.factor;h=855672fdc4a05a55f21894e0b1fc84f200d11dd3;hp=aa68543d14c1cfc7b3e99460b7852f57ba23844e;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/match/match.factor b/basis/match/match.factor index aa68543d14..855672fdc4 100644 --- a/basis/match/match.factor +++ b/basis/match/match.factor @@ -3,8 +3,7 @@ ! ! Based on pattern matching code from Paul Graham's book 'On Lisp'. USING: assocs classes classes.tuple combinators kernel lexer -macros make namespaces parser quotations sequences summary words -; +make namespaces parser quotations sequences summary words ; IN: match SYMBOL: _