update
authorClaus Gittinger <cg@exept.de>
Tue, 04 Mar 2014 15:32:27 +0100
changeset 163 74d394e7e789
parent 162 47927bdbe346
child 164 36ec78ddf4fe
update
PPEpsilonParser.st
--- a/PPEpsilonParser.st	Tue Mar 04 15:32:24 2014 +0100
+++ b/PPEpsilonParser.st	Tue Mar 04 15:32:27 2014 +0100
@@ -8,6 +8,12 @@
 !
 
 
+!PPEpsilonParser methodsFor:'*petitanalyzer-testing'!
+
+isNullable
+	^ true
+! !
+
 !PPEpsilonParser methodsFor:'parsing'!
 
 parseOn: aStream
@@ -17,13 +23,14 @@
 !PPEpsilonParser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEpsilonParser.st,v 1.3 2012-05-04 22:00:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEpsilonParser.st,v 1.4 2014-03-04 14:32:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEpsilonParser.st,v 1.3 2012-05-04 22:00:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEpsilonParser.st,v 1.4 2014-03-04 14:32:27 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: PPEpsilonParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
+    ^ '$Id: PPEpsilonParser.st,v 1.4 2014-03-04 14:32:27 cg Exp $'
 ! !
+