stx_goodies_petitparser.st
changeset 315 9142aa159c02
parent 244 c9c5df552e30
child 371 c703af84113c
child 375 e2b2f08d054e
equal deleted inserted replaced
314:a2ac9736cd54 315:9142aa159c02
    50      (the browser has a menu function for that)
    50      (the browser has a menu function for that)
    51      However, often too much is found, and you may want to explicitely
    51      However, often too much is found, and you may want to explicitely
    52      exclude individual packages in the #excludedFromPreRequisites method."
    52      exclude individual packages in the #excludedFromPreRequisites method."
    53 
    53 
    54     ^ #(
    54     ^ #(
    55         #'stx:goodies/petitparser/analyzer'    "PPListPattern - referenced by PPParser>>matchList:index:against:index:inContext:seen: "
       
    56     )
    55     )
    57 !
    56 !
    58 
    57 
    59 stcOptimizationOptions
    58 stcOptimizationOptions
    60     "do not inline the not operation here - it is overwritten"
    59     "do not inline the not operation here - it is overwritten"
   158     ^ #(
   157     ^ #(
   159         Block asParser
   158         Block asParser
   160         BlockContext asParser
   159         BlockContext asParser
   161         Character asParser
   160         Character asParser
   162         Character ppMinus:
   161         Character ppMinus:
       
   162         Collection asChoiceParser
       
   163         Collection asSequenceParser
       
   164         Interval asParser
   163         Object asParser
   165         Object asParser
   164         Object isPetitFailure
   166         Object isPetitFailure
   165         Object isPetitParser
   167         Object isPetitParser
   166         PositionableStream asPetitStream
   168         PositionableStream asPetitStream
   167         SequenceableCollection asParser
   169         SequenceableCollection asParser
   168         SequenceableCollection asPetitStream
   170         SequenceableCollection asPetitStream
   169         Interval asParser
       
   170         Set asParser
   171         Set asParser
   171         Stream asPetitStream
   172         Stream asPetitStream
   172         String asParser
   173         String asParser
   173         Symbol asParser
   174         Symbol asParser
   174         Symbol value:
   175         Symbol value:
   175         Text asPetitStream
   176         Text asPetitStream
   176         UndefinedObject asParser
   177         UndefinedObject asParser
   177         Collection asChoiceParser
       
   178         Collection asSequenceParser
       
   179     )
   178     )
   180 ! !
   179 ! !
   181 
   180 
   182 !stx_goodies_petitparser class methodsFor:'description - monticello'!
   181 !stx_goodies_petitparser class methodsFor:'description - monticello'!
   183 
   182 
   253 ! !
   252 ! !
   254 
   253 
   255 !stx_goodies_petitparser class methodsFor:'documentation'!
   254 !stx_goodies_petitparser class methodsFor:'documentation'!
   256 
   255 
   257 version
   256 version
   258     ^ '$Header: /cvs/stx/stx/goodies/petitparser/stx_goodies_petitparser.st,v 1.14 2014-03-04 16:00:18 cg Exp $'
   257     ^ '$Header: /cvs/stx/stx/goodies/petitparser/stx_goodies_petitparser.st,v 1.15 2014-03-04 20:30:48 cg Exp $'
   259 !
   258 !
   260 
   259 
   261 version_CVS
   260 version_CVS
   262     ^ '$Header: /cvs/stx/stx/goodies/petitparser/stx_goodies_petitparser.st,v 1.14 2014-03-04 16:00:18 cg Exp $'
   261     ^ '$Header: /cvs/stx/stx/goodies/petitparser/stx_goodies_petitparser.st,v 1.15 2014-03-04 20:30:48 cg Exp $'
   263 !
   262 !
   264 
   263 
   265 version_MC
   264 version_MC
   266     ^ '$PetitParser-lr.231 a18ceb3c-e6d2-4b74-91c9-33f05d2e0514 2013-03-16T21:51:30 lr$'
   265     ^ '$PetitParser-lr.231 a18ceb3c-e6d2-4b74-91c9-33f05d2e0514 2013-03-16T21:51:30 lr$'
   267 !
   266 !
   268 
   267 
   269 version_SVN
   268 version_SVN
   270     ^ '$Id: stx_goodies_petitparser.st,v 1.14 2014-03-04 16:00:18 cg Exp $'
   269     ^ '$Id: stx_goodies_petitparser.st,v 1.15 2014-03-04 20:30:48 cg Exp $'
   271 ! !
   270 ! !
   272 
   271