compiler/stx_goodies_petitparser_compiler.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 464 f6d77fee9811
--- a/compiler/stx_goodies_petitparser_compiler.st	Sun May 10 06:28:36 2015 +0100
+++ b/compiler/stx_goodies_petitparser_compiler.st	Tue May 12 01:24:03 2015 +0100
@@ -16,15 +16,15 @@
     "The last merged version is: "
 
     ^ '
-    Name: PetitCompiler-JanKurs.111
+    Name: PetitCompiler-JanKurs.20150510144201
     Author: JanKurs
-    Time: 08-05-2015, 05:56:05.327 PM
-    UUID: 8805e696-9933-49b8-a5c8-a963b931b996                        
+    Time: 10-05-2015, 04:42:29.192 PM
+    UUID: 58a4786b-1182-4904-8b44-a13d3918f244
     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
     '
 
     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 10-05-2015 / 06:20:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 12-05-2015 / 01:19:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 monticelloName
@@ -169,6 +169,7 @@
         PPCSequenceNode
         PPCSpecializingVisitor
         PPCStarNode
+        PPCTokenCodeGenerator
         PPCTokenConsumeNode
         PPCTokenDetector
         PPCTokenNode
@@ -302,6 +303,7 @@
         PPEndOfInputParser asCompilerNode
         PPParser allNodesDo:seen:
         PPSmalltalkWhitespaceParser hash
+        PPParser compileLL1
     )
 ! !