stx_goodies_petitparser.st
changeset 632 9b86bc3001da
parent 622 e2a05b463760
child 635 cc19416f97b1
equal deleted inserted replaced
631:bbff6dd6f865 632:9b86bc3001da
    88      However: they are not forced to be loaded when a package is loaded;
    88      However: they are not forced to be loaded when a package is loaded;
    89      for those, redefine requiredPrerequisites"
    89      for those, redefine requiredPrerequisites"
    90 
    90 
    91     ^ #(
    91     ^ #(
    92         #'stx:goodies/petitparser/analyzer'
    92         #'stx:goodies/petitparser/analyzer'
    93         "sr: do not compile test classes... 
    93         #'stx:goodies/petitparser/tests'
    94          will also fail because sunit (which does inclide superclass of PPAbstractParserTest)
    94     )
    95          has not yet build (when calling bmake in stx)"
    95 
    96 "/        #'stx:goodies/petitparser/tests'
    96     "Modified: / 05-07-2018 / 09:21:48 / sr"
    97     )
       
    98 
       
    99     "Modified (comment): / 04-07-2018 / 15:43:01 / sr"
       
   100 ! !
    97 ! !
   101 
    98 
   102 !stx_goodies_petitparser class methodsFor:'description - actions'!
    99 !stx_goodies_petitparser class methodsFor:'description - actions'!
   103 
   100 
   104 postLoadAction
   101 postLoadAction