PPPluggableParser.st
changeset 421 7e08b31e0dae
parent 381 0bbbcf5da2d4
--- a/PPPluggableParser.st	Wed Nov 19 10:52:37 2014 +0000
+++ b/PPPluggableParser.st	Mon Nov 24 00:09:23 2014 +0000
@@ -15,6 +15,7 @@
 ! !
 
 
+
 !PPPluggableParser methodsFor:'accessing'!
 
 block
@@ -31,6 +32,10 @@
 
 !PPPluggableParser methodsFor:'parsing'!
 
+acceptsEpsilon
+	^ false
+!
+
 parseOn: aPPContext
 	| memento result |
 	memento := aPPContext remember.