compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 524 f6f68d32de73
parent 515 b5316ef15274
child 525 751532c8f3db
child 539 610131174c0f
equal deleted inserted replaced
515:b5316ef15274 524:f6f68d32de73
    14 
    14 
    15 monticelloLastMergedVersionInfo
    15 monticelloLastMergedVersionInfo
    16     "The last merged version is: "
    16     "The last merged version is: "
    17 
    17 
    18     ^ '
    18     ^ '
    19     Name: PetitCompiler-Extras-Tests-JanKurs.20150510144201
    19     Name: PetitCompiler-Tests-JanKurs.116
    20     Author: JanKurs
    20     Author: JanKurs
    21     Time: 10-05-2015, 04:59:25.308 PM
    21     Time: 24-08-2015, 11:37:54.332 AM
    22     UUID: ef43bd1a-be60-4e88-b749-8b635622c969
    22     UUID: 549e0927-358a-4a1b-8270-050ccfcb4217        
    23     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    23     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    24 
    24 
    25     '
    25     '
    26 
    26 
    27     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    27     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    28     "Modified: / 12-05-2015 / 01:20:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    28     "Modified: / 24-08-2015 / 15:28:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    29 !
    29 !
    30 
    30 
    31 monticelloName
    31 monticelloName
    32     "Return name of the package for Monticello. This is used when package is exported"
    32     "Return name of the package for Monticello. This is used when package is exported"
    33 
    33 
    75      includes explicit checks for the package being present.
    75      includes explicit checks for the package being present.
    76      This method is generated automatically,
    76      This method is generated automatically,
    77      by searching all classes (and their packages) which are referenced by my classes."
    77      by searching all classes (and their packages) which are referenced by my classes."
    78 
    78 
    79     ^ #(
    79     ^ #(
    80         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>configuration"
    80         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
    81         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
    81         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
    82         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
    82         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
    83     )
    83     )
    84 !
    84 !
    85 
    85 
   104     ^ #(
   104     ^ #(
   105         "<className> or (<className> attributes...) in load order"
   105         "<className> or (<className> attributes...) in load order"
   106         (PPCAbstractParserTest autoload)
   106         (PPCAbstractParserTest autoload)
   107         (PPCCompiledJavaVerificationTest autoload)
   107         (PPCCompiledJavaVerificationTest autoload)
   108         (PPCCompositeParserTest autoload)
   108         (PPCCompositeParserTest autoload)
       
   109         (PPCJavaTests autoload)
   109         PPCLRPNode
   110         PPCLRPNode
   110         PPCLRPParser
   111         PPCLRPParser
   111         (PPCLRPParserSmokeTest autoload)
   112         (PPCLRPParserSmokeTest autoload)
   112         (PPCLRPSourcesResource autoload)
   113         (PPCLRPSourcesResource autoload)
   113         (PPCResources autoload)
   114         (PPCResources autoload)
   143         PPCLRPErrorNode
   144         PPCLRPErrorNode
   144         PPCLRPEvent
   145         PPCLRPEvent
   145         PPCLRPMachine
   146         PPCLRPMachine
   146         PPCLRPOnEntry
   147         PPCLRPOnEntry
   147         PPCLRPOnExit
   148         PPCLRPOnExit
   148         (#'PPCLRPParserVerificationTest_Tokenized' autoload)
       
   149         (#'PPCLRPParserVerificationTest_Universal' autoload)
   149         (#'PPCLRPParserVerificationTest_Universal' autoload)
   150         PPCLRPRunning
   150         PPCLRPRunning
   151         PPCLRPState
   151         PPCLRPState
   152         PPCLRPTransition
   152         PPCLRPTransition
   153         PPCLRPVariable
   153         PPCLRPVariable
   166 extensionMethodNames
   166 extensionMethodNames
   167     "list class/selector pairs of extensions.
   167     "list class/selector pairs of extensions.
   168      A correponding method with real names must be present in my concrete subclasses"
   168      A correponding method with real names must be present in my concrete subclasses"
   169 
   169 
   170     ^ #(
   170     ^ #(
       
   171         PPJavaWhitespaceParser #'='
       
   172         PPJavaWhitespaceParser hash
   171     )
   173     )
   172 ! !
   174 ! !
   173 
   175 
   174 !stx_goodies_petitparser_compiler_tests_extras class methodsFor:'description - project information'!
   176 !stx_goodies_petitparser_compiler_tests_extras class methodsFor:'description - project information'!
   175 
   177