stx_goodies_petitparser.st
changeset 373 111945b70208
parent 371 c703af84113c
child 591 a3c2fee0f2c3
equal deleted inserted replaced
372:fba7c6ab8105 373:111945b70208
    15 "
    15 "
    16     Package documentation:
    16     Package documentation:
    17 
    17 
    18     A framework for PEG based parsers.
    18     A framework for PEG based parsers.
    19     Allows for very easy definition and use of parsers for any kind of documents,
    19     Allows for very easy definition and use of parsers for any kind of documents,
    20     but of caourse also to create parsers for programming language source code.
    20     but of course also to create parsers for programming language source code.
    21 "
    21 "
    22 ! !
    22 ! !
    23 
    23 
    24 !stx_goodies_petitparser class methodsFor:'accessing'!
    24 !stx_goodies_petitparser class methodsFor:'accessing'!
    25 
    25 
   265 ! !
   265 ! !
   266 
   266 
   267 !stx_goodies_petitparser class methodsFor:'documentation'!
   267 !stx_goodies_petitparser class methodsFor:'documentation'!
   268 
   268 
   269 version
   269 version
   270     ^ '$Header: /cvs/stx/stx/goodies/petitparser/stx_goodies_petitparser.st,v 1.16 2015-02-09 14:15:28 cg Exp $'
   270     ^ '$Header: /cvs/stx/stx/goodies/petitparser/stx_goodies_petitparser.st,v 1.17 2015-02-21 12:36:32 cg Exp $'
   271 !
   271 !
   272 
   272 
   273 version_CVS
   273 version_CVS
   274     ^ '$Header: /cvs/stx/stx/goodies/petitparser/stx_goodies_petitparser.st,v 1.16 2015-02-09 14:15:28 cg Exp $'
   274     ^ '$Header: /cvs/stx/stx/goodies/petitparser/stx_goodies_petitparser.st,v 1.17 2015-02-21 12:36:32 cg Exp $'
   275 !
   275 !
   276 
   276 
   277 version_MC
   277 version_MC
   278     ^ '$PetitParser-lr.231 a18ceb3c-e6d2-4b74-91c9-33f05d2e0514 2013-03-16T21:51:30 lr$'
   278     ^ '$PetitParser-lr.231 a18ceb3c-e6d2-4b74-91c9-33f05d2e0514 2013-03-16T21:51:30 lr$'
   279 !
   279 !
   280 
   280 
   281 version_SVN
   281 version_SVN
   282     ^ '$Id: stx_goodies_petitparser.st,v 1.16 2015-02-09 14:15:28 cg Exp $'
   282     ^ '$Id: stx_goodies_petitparser.st,v 1.17 2015-02-21 12:36:32 cg Exp $'
   283 ! !
   283 ! !
   284 
   284