compiler/stx_goodies_petitparser_compiler.st
changeset 506 e5d63143737f
parent 504 0fb1f0799fc1
child 508 c74a0dbfa161
--- a/compiler/stx_goodies_petitparser_compiler.st	Mon Jul 27 10:21:41 2015 +0100
+++ b/compiler/stx_goodies_petitparser_compiler.st	Mon Jul 27 16:28:48 2015 +0100
@@ -59,6 +59,7 @@
         #'stx:goodies/petitparser'    "PPActionParser - extended"
         #'stx:goodies/petitparser/parsers/java'    "PPJavaWhitespaceParser - extended"
         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - extended"
+        #'stx:goodies/sunit'    "TestAsserter - superclass of PPCASTUtilitiesTests"
         #'stx:libbasic'    "Character - extended"
     )
 !
@@ -117,11 +118,15 @@
         PEGFsaPair
         PEGFsaState
         PEGFsaTransition
+        PPCASTUtilities
+        (PPCASTUtilitiesTests autoload)
         PPCArguments
         PPCBridge
         PPCClassBuilder
         PPCCodeBlock
         PPCCodeGen
+        PPCCompilationError
+        PPCCompilationWarning
         PPCCompiledMethod
         PPCCompiler
         PPCCompilerTokenErrorStrategy