compiler/stx_goodies_petitparser_compiler.st
changeset 477 b18b6cc7aabc
parent 464 f6d77fee9811
child 480 5b0254cca4db
--- a/compiler/stx_goodies_petitparser_compiler.st	Fri May 29 07:25:31 2015 +0100
+++ b/compiler/stx_goodies_petitparser_compiler.st	Mon Jun 01 22:02:17 2015 +0100
@@ -76,6 +76,8 @@
     ^ #(
         #'stx:goodies/petitparser/analyzer'    "PPSentinel - referenced by PPCompiledParser class>>referringParser"
         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initializeForCompiledClassName:"
+        #'stx:libwidg'    "ScrollableView - referenced by PPCNode>>inspector2TabTree"
+        #'stx:libwidg2'    "HierarchicalListView - referenced by PPCNode>>inspector2TabTree"
     )
 !
 
@@ -109,6 +111,7 @@
         "<className> or (<className> attributes...) in load order"
         PPCArguments
         PPCBridge
+        PPCCodeBlock
         PPCCompiledMethod
         PPCCompiler
         PPCCompilerTokenErrorStrategy
@@ -308,6 +311,7 @@
         PPParser allNodesDo:seen:
         PPSmalltalkWhitespaceParser hash
         PPParser compileTokenizing
+        PPCompositeParser asCompilerNode
     )
 ! !