Added dependencies on petitparser/analyzer and petitparser/islands
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sun, 19 Apr 2015 22:25:38 +0100
changeset 430 77cf8e710a8e
parent 429 23de165842c3
child 431 dd353f15b0ef
Added dependencies on petitparser/analyzer and petitparser/islands ...as compiler makes use of some of their extension methods.
compiler/stx_goodies_petitparser_compiler.st
--- 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'
     )
 !