compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 525 751532c8f3db
parent 523 09afcf28ed60
parent 524 f6f68d32de73
child 528 ebfddc82b8bb
equal deleted inserted replaced
523:09afcf28ed60 525:751532c8f3db
    40 
    40 
    41 monticelloLastMergedVersionInfo
    41 monticelloLastMergedVersionInfo
    42     "The last merged version is: "
    42     "The last merged version is: "
    43 
    43 
    44     ^ '
    44     ^ '
    45     Name: PetitCompiler-Extras-Tests-JanKurs.20150510144201
    45     Name: PetitCompiler-Tests-JanKurs.116
    46     Author: JanKurs
    46     Author: JanKurs
    47     Time: 10-05-2015, 04:59:25.308 PM
    47     Time: 24-08-2015, 11:37:54.332 AM
    48     UUID: ef43bd1a-be60-4e88-b749-8b635622c969
    48     UUID: 549e0927-358a-4a1b-8270-050ccfcb4217        
    49     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    49     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    50 
    50 
    51     '
    51     '
    52 
    52 
    53     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    53     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    54     "Modified: / 12-05-2015 / 01:20:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    54     "Modified: / 24-08-2015 / 15:28:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    55 !
    55 !
    56 
    56 
    57 monticelloName
    57 monticelloName
    58     "Return name of the package for Monticello. This is used when package is exported"
    58     "Return name of the package for Monticello. This is used when package is exported"
    59 
    59 
   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_Universal>>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'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
       
   106         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
   106     )
   107     )
   107 !
   108 !
   108 
   109 
   109 subProjects
   110 subProjects
   110     "list packages which are known as subprojects.
   111     "list packages which are known as subprojects.
   124      or an array-literal consisting of class name and attributes.
   125      or an array-literal consisting of class name and attributes.
   125      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   126      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   126 
   127 
   127     ^ #(
   128     ^ #(
   128         "<className> or (<className> attributes...) in load order"
   129         "<className> or (<className> attributes...) in load order"
       
   130         (PPCJavaTests autoload)
   129         PPCLRPNode
   131         PPCLRPNode
   130         PPCLRPParser
   132         PPCLRPParser
   131         PPCLRPParserSmokeTest
   133         PPCLRPParserSmokeTest
   132         PPCLRPSourcesResource
   134         PPCLRPSourcesResource
   133         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   135         (#'stx_goodies_petitparser_compiler_tests_extras' autoload)
   188 extensionMethodNames
   190 extensionMethodNames
   189     "list class/selector pairs of extensions.
   191     "list class/selector pairs of extensions.
   190      A correponding method with real names must be present in my concrete subclasses"
   192      A correponding method with real names must be present in my concrete subclasses"
   191 
   193 
   192     ^ #(
   194     ^ #(
       
   195         PPJavaWhitespaceParser #'='
       
   196         PPJavaWhitespaceParser hash
   193     )
   197     )
   194 ! !
   198 ! !
   195 
   199 
   196 !stx_goodies_petitparser_compiler_tests_extras class methodsFor:'description - project information'!
   200 !stx_goodies_petitparser_compiler_tests_extras class methodsFor:'description - project information'!
   197 
   201