compiler/stx_goodies_petitparser_compiler.st
changeset 414 0eaf09920532
parent 413 5389e6fbb3bc
child 420 b2f2f15cef26
equal deleted inserted replaced
413:5389e6fbb3bc 414:0eaf09920532
    18 
    18 
    19 monticelloLastMergedVersionInfo
    19 monticelloLastMergedVersionInfo
    20     "The last merged version is: "
    20     "The last merged version is: "
    21 
    21 
    22     ^ '
    22     ^ '
    23     Name: PetitCompiler-JanKurs.41
    23     Name: PetitCompiler-JanKurs.57
    24     Author: JanKurs
    24     Author: JanKurs
    25     Time: 25-10-2014, 03:30:28 AM
    25     Time: 05-11-2014, 05:10:47 AM
    26     UUID: 105186d1-1187-4ca6-8d66-3d2d47def4d3             
    26     UUID: 4c625efe-77fd-465d-bd63-72ead0b5d3ba        
    27     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    27     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    28 
    28 
    29     '
    29     '
    30 
    30 
    31     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    31     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    32     "Modified: / 26-10-2014 / 01:29:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    32     "Modified: / 05-11-2014 / 22:58:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    33 !
    33 !
    34 
    34 
    35 monticelloName
    35 monticelloName
    36     "Return name of the package for Monticello. This is used when package is exported"
    36     "Return name of the package for Monticello. This is used when package is exported"
    37 
    37 
    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"
    78         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initialize"
    79         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initialize"
    79     )
    80     )
    80 !
    81 !
    81 
    82 
    82 subProjects
    83 subProjects
   283         PPTrimmingParser firstSets:into:
   284         PPTrimmingParser firstSets:into:
   284         UndefinedObject asInteger
   285         UndefinedObject asInteger
   285         UndefinedObject isAlphaNumeric
   286         UndefinedObject isAlphaNumeric
   286         UndefinedObject isDigit
   287         UndefinedObject isDigit
   287         UndefinedObject isLetter
   288         UndefinedObject isLetter
       
   289         PPPredicateObjectParser firstCharSet
       
   290         PPPredicateObjectParser firstCharSetCached
       
   291         PPSmalltalkWhitespaceParser firstCharSet
       
   292         UndefinedObject isSeparator
   288     )
   293     )
   289 ! !
   294 ! !
   290 
   295 
   291 !stx_goodies_petitparser_compiler class methodsFor:'description - project information'!
   296 !stx_goodies_petitparser_compiler class methodsFor:'description - project information'!
   292 
   297