compiler/stx_goodies_petitparser_compiler.st
changeset 430 77cf8e710a8e
parent 429 23de165842c3
child 438 20598d7ce9fa
--- a/compiler/stx_goodies_petitparser_compiler.st	Wed Apr 15 05:22:53 2015 +0100
+++ b/compiler/stx_goodies_petitparser_compiler.st	Sun Apr 19 22:25:38 2015 +0100
@@ -75,6 +75,8 @@
 
     ^ #(
         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initialize"
+        #'stx:goodies/petitparser/analyzer'
+        #'stx:goodies/petitparser/islands'
     )
 !