compiler/PEGFsaPredicateTransition.st
changeset 524 f6f68d32de73
parent 515 b5316ef15274
--- a/compiler/PEGFsaPredicateTransition.st	Mon Aug 17 12:13:16 2015 +0100
+++ b/compiler/PEGFsaPredicateTransition.st	Mon Aug 24 15:34:14 2015 +0100
@@ -65,6 +65,11 @@
     ^ false
 !
 
+isParser
+    self halt: 'delete me!!'.
+    ^ false
+!
+
 isPredicateTransition
     ^ true
 !