compiler/PPCNilNode.st
changeset 414 0eaf09920532
parent 392 9b297f0d949c
child 421 7e08b31e0dae
--- a/compiler/PPCNilNode.st	Wed Nov 05 21:40:01 2014 +0000
+++ b/compiler/PPCNilNode.st	Wed Nov 05 23:05:19 2014 +0000
@@ -27,6 +27,10 @@
 	^ PPFailingParser new
 !
 
+firstCharSet
+	^ PPCharSetPredicate on: [:e | false ] 
+!
+
 prefix
 	^ #nil
 ! !