compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 523 09afcf28ed60
parent 521 c1a810e250dc
child 525 751532c8f3db
equal deleted inserted replaced
522:837963c607a6 523:09afcf28ed60
    99      includes explicit checks for the package being present.
    99      includes explicit checks for the package being present.
   100      This method is generated automatically,
   100      This method is generated automatically,
   101      by searching all classes (and their packages) which are referenced by my classes."
   101      by searching all classes (and their packages) which are referenced by my classes."
   102 
   102 
   103     ^ #(
   103     ^ #(
   104         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCLRPCompiledParserSmokeTest_Tokenized>>compilerConfiguration"
   104         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCLRPCompiledParserSmokeTest_Universal>>compilerConfiguration"
   105         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkParser - referenced by PPCLRPParser>>methodizeBlock:withArguments:"
   105         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkParser - referenced by PPCLRPParser>>methodizeBlock:withArguments:"
   106     )
   106     )
   107 !
   107 !
   108 
   108 
   109 subProjects
   109 subProjects
   128         "<className> or (<className> attributes...) in load order"
   128         "<className> or (<className> attributes...) in load order"
   129         PPCLRPNode
   129         PPCLRPNode
   130         PPCLRPParser
   130         PPCLRPParser
   131         PPCLRPParserSmokeTest
   131         PPCLRPParserSmokeTest
   132         PPCLRPSourcesResource
   132         PPCLRPSourcesResource
   133         (PPCResources autoload)
       
   134         (PPCSetUpBeforeTearDownAfterResource autoload)
       
   135         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   133         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   136         PPCLRPAction
   134         PPCLRPAction
   137         PPCLRPCompiledParserSmokeTest
   135         PPCLRPCompiledParserSmokeTest
   138         PPCLRPContainedElement
   136         PPCLRPContainedElement
   139         PPCLRPSpawn
   137         PPCLRPSpawn
   159         (#'PPCExpressionGrammarTest_Universal' autoload)
   157         (#'PPCExpressionGrammarTest_Universal' autoload)
   160         (PPCExpressionGrammarVerificationTest autoload)
   158         (PPCExpressionGrammarVerificationTest autoload)
   161         (PPCLL1ExpressionGrammarTest autoload)
   159         (PPCLL1ExpressionGrammarTest autoload)
   162         (#'PPCLL1ExpressionGrammarTest_Tokenized' autoload)
   160         (#'PPCLL1ExpressionGrammarTest_Tokenized' autoload)
   163         (#'PPCLL1ExpressionGrammarTest_Universal' autoload)
   161         (#'PPCLL1ExpressionGrammarTest_Universal' autoload)
       
   162         (PPCResources autoload)
       
   163         (PPCSetUpBeforeTearDownAfterResource autoload)
   164         (PPCSmalltalkGrammarTests autoload)
   164         (PPCSmalltalkGrammarTests autoload)
   165         (#'PPCSmalltalkGrammarTests_Tokenized' autoload)
   165         (#'PPCSmalltalkGrammarTests_Tokenized' autoload)
   166         (#'PPCSmalltalkGrammarTests_Universal' autoload)
   166         (#'PPCSmalltalkGrammarTests_Universal' autoload)
   167         (PPCSmalltalkGrammarVerificationTest autoload)
   167         (PPCSmalltalkGrammarVerificationTest autoload)
   168         (#'PPCSmalltalkGrammarVerificationTest_Tokenized' autoload)
   168         (#'PPCSmalltalkGrammarVerificationTest_Tokenized' autoload)