compiler/stx_goodies_petitparser_compiler.st
changeset 420 b2f2f15cef26
parent 414 0eaf09920532
child 421 7e08b31e0dae
equal deleted inserted replaced
419:5c502ab8e87d 420:b2f2f15cef26
    73      We do not need these packages as a prerequisite for loading or compiling.
    73      We do not need these packages as a prerequisite for loading or compiling.
    74      This method is generated automatically,
    74      This method is generated automatically,
    75      by searching all classes (and their packages) which are referenced by my classes."
    75      by searching all classes (and their packages) which are referenced by my classes."
    76 
    76 
    77     ^ #(
    77     ^ #(
    78         #'stx:goodies/refactoryBrowser/parser'    "RBParser - referenced by PPCBenchmark>>benchmarkRBParserC"
       
    79         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initialize"
    78         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initialize"
    80     )
    79     )
    81 !
    80 !
    82 
    81 
    83 subProjects
    82 subProjects
    98      or an array-literal consisting of class name and attributes.
    97      or an array-literal consisting of class name and attributes.
    99      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    98      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   100 
    99 
   101     ^ #(
   100     ^ #(
   102         "<className> or (<className> attributes...) in load order"
   101         "<className> or (<className> attributes...) in load order"
   103         PPCBenchmark
       
   104         PPCBenchmarkResources
       
   105         PPCBridge
   102         PPCBridge
   106         PPCCompiledMethod
   103         PPCCompiledMethod
   107         PPCCompiler
   104         PPCCompiler
   108         PPCContext
   105         PPCContext
   109         PPCContextMemento
   106         PPCContextMemento