compiler/PPCAnyNode.st
changeset 414 0eaf09920532
parent 405 0470a5e6e712
child 422 116d2b2af905
--- a/compiler/PPCAnyNode.st	Wed Nov 05 21:40:01 2014 +0000
+++ b/compiler/PPCAnyNode.st	Wed Nov 05 23:05:19 2014 +0000
@@ -31,6 +31,10 @@
 	
 !
 
+firstCharSet
+	^ PPCharSetPredicate on: [:e | true ] 
+!
+
 prefix
 	^ #any
 ! !