compiler/stx_goodies_petitparser_compiler.st
changeset 414 0eaf09920532
parent 413 5389e6fbb3bc
child 420 b2f2f15cef26
--- a/compiler/stx_goodies_petitparser_compiler.st	Wed Nov 05 21:40:01 2014 +0000
+++ b/compiler/stx_goodies_petitparser_compiler.st	Wed Nov 05 23:05:19 2014 +0000
@@ -20,16 +20,16 @@
     "The last merged version is: "
 
     ^ '
-    Name: PetitCompiler-JanKurs.41
+    Name: PetitCompiler-JanKurs.57
     Author: JanKurs
-    Time: 25-10-2014, 03:30:28 AM
-    UUID: 105186d1-1187-4ca6-8d66-3d2d47def4d3             
+    Time: 05-11-2014, 05:10:47 AM
+    UUID: 4c625efe-77fd-465d-bd63-72ead0b5d3ba        
     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
 
     '
 
     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 26-10-2014 / 01:29:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 05-11-2014 / 22:58:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 monticelloName
@@ -75,6 +75,7 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
+        #'stx:goodies/refactoryBrowser/parser'    "RBParser - referenced by PPCBenchmark>>benchmarkRBParserC"
         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initialize"
     )
 !
@@ -285,6 +286,10 @@
         UndefinedObject isAlphaNumeric
         UndefinedObject isDigit
         UndefinedObject isLetter
+        PPPredicateObjectParser firstCharSet
+        PPPredicateObjectParser firstCharSetCached
+        PPSmalltalkWhitespaceParser firstCharSet
+        UndefinedObject isSeparator
     )
 ! !