Wed, 15 Apr 2015 11:28:09 +0100 Jan Vrany To fold
Mon, 24 Nov 2014 00:09:23 +0000 Jan Vrany Merged JK's version from Monticello
Wed, 19 Nov 2014 10:52:37 +0000 Jan Vrany Moved benchmarks to a separate package
Sat, 08 Nov 2014 02:08:45 +0000 Jan Vrany Commented JK's debugging code.
Sat, 08 Nov 2014 01:03:21 +0000 Jan Vrany Minor fixes in tests for Smalltalk/X
Fri, 07 Nov 2014 02:14:26 +0000 Jan Vrany Smalltalk grammar updated to allow for Smalltalk/X EOL comments
Thu, 06 Nov 2014 02:22:56 +0000 Jan Vrany Do not try to inline PPCPluggableNode on Smalltalk/X
Thu, 06 Nov 2014 01:41:10 +0000 Jan Vrany Compatibility fixes:
Wed, 05 Nov 2014 23:05:19 +0000 Jan Vrany Merged JK's work on PetitCompiler
Wed, 05 Nov 2014 21:40:01 +0000 Jan Vrany Classes renamed to ease following merge wirh Pharo version.
Mon, 03 Nov 2014 20:28:27 +0000 Jan Vrany Fixed mcz make target.
Mon, 03 Nov 2014 19:42:31 +0000 Jan Vrany Removed PPTrimmingParser>>trim
Mon, 03 Nov 2014 12:46:42 +0000 Jan Vrany Portability fixes in PPPredicateTest>>charactersDo: / parsedCharacterSet:
Mon, 03 Nov 2014 11:33:28 +0000 Jan Vrany Removed weird PPExtensionTest>>testOrdered
Mon, 03 Nov 2014 12:47:37 +0000 Jan Vrany Removed obsolete Character>>ppMinus:
Mon, 03 Nov 2014 11:30:59 +0000 Jan Vrany Removed unused / obsolete methods from PPToken
Mon, 03 Nov 2014 11:28:44 +0000 Jan Vrany Removed PPRepeatingParser>>parseOn: - class is now abstract
Mon, 03 Nov 2014 09:10:56 +0000 Jan Vrany Merged PetitParser and PetitTests
Sat, 01 Nov 2014 00:34:30 +0000 Jan Vrany Removed class PPAbstractParseTest.
Sat, 01 Nov 2014 00:30:28 +0000 Jan Vrany Removed autoload attribut for tests.
Sat, 01 Nov 2014 00:12:10 +0000 Jan Vrany Reverted back change from `assert: x equals: y` to assert: (x = u).
Thu, 30 Oct 2014 23:52:47 +0000 Jan Vrany Portability fix: do not use Behaviour>>methods.
Thu, 30 Oct 2014 23:20:35 +0000 Jan Vrany Fixed PPCCompiler: must refetch class afer updating instance variables of a given class.
Thu, 30 Oct 2014 23:03:03 +0000 Jan Vrany Fix in PPCMethod>>addVariable: make sure variable is added only once.
Thu, 30 Oct 2014 23:01:54 +0000 Jan Vrany Added teardown to PetitCompilerTests to clean up a generated parser after tests.
Thu, 30 Oct 2014 11:35:27 +0000 Jan Vrany Portability fix PPCAbstractCharacterNode>>body: use #storeString instead of #printString.
Sun, 26 Oct 2014 22:49:03 +0000 Jan Vrany Fixed PPCGuard>>compileCharacter:
Sun, 26 Oct 2014 22:08:41 +0000 Jan Vrany Portability fix in PPCompiler>>cleanGeneratedMethods:
Sun, 26 Oct 2014 22:05:59 +0000 Jan Vrany Portability - test if RPackageOrganizer is present...
Sun, 26 Oct 2014 22:00:05 +0000 Jan Vrany Override #new in classes that implement #initialize.
Sun, 26 Oct 2014 01:28:07 +0000 Jan Vrany Fixed PPCNode>>doOptmizationLoop:status:
Sun, 26 Oct 2014 01:03:31 +0000 Jan Vrany Ported PetitCompiler-(Tests).
Sun, 26 Oct 2014 01:06:11 +0100 Jan Vrany Updated to PetitSmalltalk-JanKurs.75
Tue, 14 Oct 2014 23:16:37 +0100 Jan Vrany Updated smalltalk parser to PetitSmalltalk-JanKurs.75
Wed, 08 Oct 2014 21:56:20 +0100 Jan Vrany Workaround to fix PPComposedTest>>testLeftRecursion - make PPStream>>size returning size of the input.
Wed, 08 Oct 2014 00:33:44 +0100 Jan Vrany Commited a island parser support (MC package PetitIslands)
Wed, 08 Oct 2014 00:08:21 +0100 Jan Vrany Smalltalk parser almost fixed (except few pragma-related tests).
Tue, 07 Oct 2014 09:42:03 +0100 Jan Vrany Commited a Smalltalk parser (MC package PetitSmalltalk)
Mon, 06 Oct 2014 19:18:20 +0100 Jan Vrany Fixed stx_goodies_petitparser_analyzer class>>testSuite
Sat, 04 Oct 2014 23:34:14 +0100 Jan Vrany Removed leftover Smalltalk/X-ism: end-of-line comments.
Sun, 05 Oct 2014 00:29:07 +0100 Jan Vrany Added target `mcz` to export .mcz package out of Smalltalk/X package.
Sat, 04 Oct 2014 21:26:15 +0100 Jan Vrany `PPParser>>allParsers`, `allParsersDo:(seen:)` moved to base PetitParser package.
Sun, 05 Oct 2014 00:05:20 +0100 Jan Vrany Remove Pharoisms to make code more portable and running on Smalltalk/X
Fri, 03 Oct 2014 03:11:33 +0100 Jan Vrany Some tests fixed.
Fri, 03 Oct 2014 02:45:16 +0100 Jan Vrany Merged in latest version from Moose repository
Fri, 03 Oct 2014 02:33:08 +0100 Jan Vrany Updated to latest version from Moose repository.
Fri, 03 Oct 2014 01:59:10 +0100 Jan Vrany Added monticelloName to package definition to ease export to .mcz
Fri, 03 Oct 2014 01:36:33 +0100 Jan Vrany All tests moved from stx:goodies/petitparser to stx:goodies/petitparser/tests
Fri, 03 Oct 2014 00:52:34 +0100 Jan Vrany Added tag exept_cvs_2014_10_03 for changeset c286737f38a7
Sat, 21 Feb 2015 13:36:32 +0100 Claus Gittinger class: stx_goodies_petitparser
Tue, 10 Feb 2015 05:04:45 +0000 convert-repo update tags
Mon, 09 Feb 2015 15:15:28 +0100 Claus Gittinger class: stx_goodies_petitparser
Thu, 02 Oct 2014 22:38:22 +0000 convert-repo update tags exept_cvs_2014_10_03
Tue, 01 Jul 2014 12:00:38 +0200 Claus Gittinger *** empty log message *** expecco_2_7_0
Tue, 01 Jul 2014 11:59:37 +0200 Claus Gittinger *** empty log message ***
Wed, 30 Apr 2014 15:16:47 +0200 Claus Gittinger *** empty log message ***
Wed, 05 Mar 2014 00:58:41 +0100 Claus Gittinger class: PPParser expecco_18_1_0 expecco_18_1_0wa1 expecco_2_10_0 expecco_2_10_0_41 expecco_2_11_0 expecco_2_11_1 expecco_2_9_0 expecco_2_9_0_win75_lx36 expecco_2_9_1 expecco_ALM_1_10_0 expecco_ALM_1_10_0_8 expecco_ALM_1_11_0 expecco_ALM_1_11_0_2 expecco_ALM_1_11_2 expecco_head_5844
Wed, 05 Mar 2014 00:58:31 +0100 Claus Gittinger class: PPParserDebuggerResult
Wed, 05 Mar 2014 00:34:06 +0100 Claus Gittinger class: PPExtractProdcutionRefactoring expeccoALM_1_9_0_1 expecco_2_8_0 expecco_2_8_0a expecco_2_8_0b expecco_ALM_1_9_5 expecco_ALM_1_9_6 expecco_ALM_1_9_7
Wed, 05 Mar 2014 00:33:59 +0100 Claus Gittinger class: PPRemoveProdcutionRefactoring
(0) -300 -100 -60 +60 +100 tip