]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/multi-method-syntax/multi-method-syntax.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / multi-method-syntax / multi-method-syntax.factor
index 9f05525f232ee6dc71fe88495b5066428253d987..4a5cc7cc29b2aef900defc47cced0cf8bde35a86 100644 (file)
@@ -20,4 +20,4 @@ IN: multi-method-syntax
 
 : (METHOD:) ( -- method def ) CREATE-METHOD parse-definition ;
 
-: METHOD: (METHOD:) define ; parsing
\ No newline at end of file
+: METHOD: (METHOD:) define ; parsing