Tue, 08 Sep 2015 02:49:45 +0100 Jan Vrany Portabiluty: use `Exception new signal: message` to throw exceptions
Tue, 08 Sep 2015 02:40:05 +0100 Jan Vrany Poratbility: do not use #removeAtIndex: under Pharo.
Tue, 08 Sep 2015 02:06:11 +0100 Jan Vrany Use #skipIf: instead of <skip>
Tue, 08 Sep 2015 01:31:37 +0100 Jan Vrany Added ,mcz export by-producsts to .hgignore
Tue, 08 Sep 2015 02:23:45 +0100 Jan Vrany Merge
Tue, 08 Sep 2015 01:24:23 +0100 Jan Vrany Updated splicemaps.
Mon, 07 Sep 2015 11:53:38 +0100 Jan Vrany PPCConfiguration refactoring: [10/10]: Cleaned up compilation API
Mon, 07 Sep 2015 08:20:46 +0100 Jan Vrany PPCConfiguration refactoring: [9/10]: Renamed PPCConfiguration to PPCCompiler.
Mon, 07 Sep 2015 08:03:02 +0100 Jan Vrany PPCConfiguration refactoring: [8/10]: Cleaned up compilation API.
Fri, 04 Sep 2015 14:06:56 +0100 Jan Vrany PPCConfiguration refactoring: [7/10]: allow to configure passes
Sat, 29 Aug 2015 07:56:14 +0100 Jan Vrany PPCConfiguration refactoring: [6/10]: use #runPass: instead of self-sends.
Wed, 26 Aug 2015 23:34:48 +0100 Jan Vrany PPCConfiguration refactoring: [5/10]: Commented options in PPCCompilationOptions.
Wed, 26 Aug 2015 23:01:00 +0100 Jan Vrany PPCConfiguration refactoring: [4/10]: introduced a class - PPCPass
Wed, 26 Aug 2015 21:41:20 +0100 Jan Vrany PPCConfiguration refactoring: [3/10]: Moved some sime instvars to context
Tue, 25 Aug 2015 01:30:32 +0100 Jan Vrany PPCConfiguration refactoring: [2/10]: introduced PPCCompilationContext
Mon, 24 Aug 2015 23:42:53 +0100 Jan Vrany PPCConfiguration refactoring [1/10]: renamed PPCArguments to PPCCompilationOptions
Mon, 24 Aug 2015 22:32:15 +0100 Jan Vrany Removed unused (obsolete) class PPCCompiledMethod
Mon, 24 Aug 2015 17:38:44 +0100 Jan Vrany Added missing #new methods
Mon, 24 Aug 2015 17:31:06 +0100 Jan Vrany Fixed PEGFsaState>>isFailure: it is not obsolete, actually.
Mon, 24 Aug 2015 15:56:20 +0100 Jan Vrany Merge
Mon, 24 Aug 2015 15:34:14 +0100 Jan Vrany Merged in PetitCompiler-JanVrany.170, PetitCompiler-Tests-JanKurs.116, PetitCompiler-Extras-Tests-JanKurs.29, PetitCompiler-Benchmarks-JanKurs.19
Tue, 18 Aug 2015 22:46:10 +0100 Jan Vrany Fixed PEGFsaTransition>>disjunction: - xor: does not take blocks
Tue, 18 Aug 2015 22:16:18 +0100 Jan Vrany Fixed support for Smalltalk/X end-of-line comments in PPSmalltalkGrammar.
Tue, 18 Aug 2015 21:47:50 +0100 Jan Vrany Fixed LRP tests. Removed tests for tokendized LRPParser (not yet supported)
Tue, 18 Aug 2015 16:57:08 +0100 Jan Vrany Added benchmarks for Johan's LRP Parser
Tue, 18 Aug 2015 13:09:42 +0100 Jan Vrany Portability: fixed RBLiteralValueNode>>isLiteralNumber to work under both - Pharo and Smalltalk/X
Mon, 17 Aug 2015 23:11:56 +0100 Jan Vrany Portability fixes
Mon, 17 Aug 2015 13:39:38 +0100 Jan Vrany Portability: override #new for PPCScannerCodeGenerator.
Mon, 17 Aug 2015 12:56:02 +0100 Jan Vrany Merge
Mon, 17 Aug 2015 12:13:16 +0100 Jan Vrany Updated to PetitCompiler-JanKurs.160, PetitCompiler-Tests-JanKurs.112, PetitCompiler-Extras-Tests-JanKurs.25, PetitCompiler-Benchmarks-JanKurs.17
Fri, 31 Jul 2015 14:07:31 +0100 Jan Vrany Fixed PPCSetUpBefore...Resource to work on Pharo. Few othr minor Pharo fixes.
Fri, 31 Jul 2015 09:35:15 +0100 Jan Vrany Portability fix: do not use "/ style comments in PetitParser code.
Fri, 31 Jul 2015 07:57:23 +0100 Jan Vrany Added smoke tests for LRPParser
Thu, 30 Jul 2015 17:31:18 +0100 Jan Vrany Added LRPParser from Live Robots Prograaming project
Thu, 30 Jul 2015 08:37:37 +0100 Jan Vrany Tests refactoring - use generated test cases to make sure all posibilities are tested.
Fri, 31 Jul 2015 08:22:18 +0100 Jan Vrany Inline child of an action node only is its unnamed sequence node.
Fri, 31 Jul 2015 08:16:54 +0100 Jan Vrany Temporarily disabled #acceptsEpsilon test in PPCTokenizingCodeGenerator>>visitChoiceNode:
Tue, 28 Jul 2015 07:16:10 +0100 Jan Vrany Workaround for stc bug.
Mon, 27 Jul 2015 16:28:48 +0100 Jan Vrany Added static analysis of blocks when inlining. Allow inlining only when block is functional
Mon, 27 Jul 2015 10:21:41 +0100 Jan Vrany Post-merge fixes. PPCCodeBlock refactoring.
Fri, 24 Jul 2015 19:42:09 +0100 Jan Vrany Portability fix: override #new for class that implements #initialize
Fri, 24 Jul 2015 15:37:23 +0100 Jan Vrany Merge
Fri, 24 Jul 2015 15:06:54 +0100 Jan Vrany Updated to PetitCompiler-JanVrany.135, PetitCompiler-Tests-JanKurs.93, PetitCompiler-Extras-Tests-JanVrany.16, PetitCompiler-Benchmarks-JanKurs.12
Fri, 19 Jun 2015 08:13:39 +0100 Jan Vrany Moved PPMappedActionParser>>asCompilerNode to protocol 'converting'
Fri, 19 Jun 2015 07:14:07 +0100 Jan Vrany Use RBVariableNode>>name: to change variable's name.
Fri, 19 Jun 2015 06:53:06 +0100 Jan Vrany Portability fix: do not use #?
Thu, 18 Jun 2015 22:11:40 +0100 Jan Vrany Moved PPCMappedActionNode to category PetitCompiler-Nodes
Thu, 18 Jun 2015 22:05:13 +0100 Jan Vrany Do not use RBProgramNode>>variableNodesDo: as this method is not present in Pharo.
Thu, 18 Jun 2015 21:20:15 +0100 Jan Vrany Reverted fc3dbe5654c5: sending #copy should be OK (copy set's parent properly)
Thu, 18 Jun 2015 06:40:15 +0100 Jan Vrany Send #sourceNode instead of #ast as there's no #ast in Pharo
Thu, 18 Jun 2015 06:07:40 +0100 Jan Vrany Oops, removed EOL comments as they;re not supported in Squeak / Pharo
Wed, 17 Jun 2015 17:10:54 +0100 Jan Vrany Fixed target mcz - exit Smalltalk after all packages are exported.
Wed, 17 Jun 2015 16:49:28 +0100 Jan Vrany Use #deepCopy instead of #copy when copying RB parse tree
Tue, 16 Jun 2015 07:49:21 +0100 Jan Vrany Codegen: added support for smart action node compiling.
Tue, 16 Jun 2015 06:54:14 +0100 Jan Vrany Oops, renamed testMappedNode3/4/5 to testActionNode3/4/5 which is the correct name!
Tue, 16 Jun 2015 06:45:26 +0100 Jan Vrany Fix in codegen for inlined sequence nodes.
Mon, 15 Jun 2015 19:13:49 +0100 Jan Vrany Avoid creation of intermediate collection for mapped action nodes.
Mon, 15 Jun 2015 18:00:44 +0100 Jan Vrany Fix in codegen: fixed compilation of unknown node: do not hardcode return variable name
Mon, 15 Jun 2015 17:47:38 +0100 Jan Vrany Renamed #codeStoreValueOf:intoVariable: to #codeAssignParsedValueOf:to:
Mon, 15 Jun 2015 17:12:54 +0100 Jan Vrany Fixed codegen for empty (mapped) action block.
Fri, 05 Jun 2015 00:05:08 +0100 Jan Vrany Do not create intermediate collection when parsing sequence if not necesary.
Wed, 03 Jun 2015 09:06:49 +0100 Jan Vrany Oops, fixed subproject definition (wrong package names)
Wed, 03 Jun 2015 08:48:59 +0100 Jan Vrany Updated .mcz exporting code to include a commit message digest
Wed, 03 Jun 2015 06:23:49 +0100 Jan Vrany Introduced PPCMappedActionNode for PPMappedActionParser.
Tue, 02 Jun 2015 17:25:57 +0100 Jan Vrany Introduced PPMappedActionParser, a specialized parser for map:ped actions.
Tue, 02 Jun 2015 00:16:55 +0100 Jan Vrany Action inlining [1/x]: Initial support for inlining actions parsers (i.e., ==>)
Mon, 01 Jun 2015 23:15:52 +0100 Jan Vrany Codegen refactoring [2/x]: Added PPCCompiler>>codeIf:then:else:
Mon, 01 Jun 2015 22:02:17 +0100 Jan Vrany Codegen refactoring [1/x]: Introduced a PPCCodeBlock
Fri, 29 May 2015 07:25:31 +0100 Jan Vrany Fixed choice inlining.
Wed, 27 May 2015 08:37:09 +0100 Jan Vrany Add inspector tab to present parser tree.
Wed, 27 May 2015 03:30:35 +0100 Jan Vrany More fixes for inlining of nodes
Tue, 26 May 2015 07:27:15 +0100 Jan Vrany Oops, merged code which contained Pharoism's
Mon, 25 May 2015 02:49:22 +0100 Jan Vrany Avoid using of a bridge parser for top-most composite parser
Fri, 22 May 2015 18:08:30 +0100 Jan Vrany Added two more tests for inlining
Fri, 22 May 2015 17:06:30 +0100 Jan Vrany Added inspector representation to show PPC node tree.
Thu, 21 May 2015 17:19:17 +0100 Jan Vrany Oops. re-added classes lost during merge...
Thu, 21 May 2015 15:49:26 +0100 Jan Vrany Indent by 4 spaces on Smalltalk/X
Thu, 21 May 2015 15:35:26 +0100 Jan Vrany Fixed code generation for deterministic choice w.r.t inlining
Thu, 21 May 2015 14:43:38 +0100 Jan Vrany Fixed MNU in PPCSpecializingVisitor>>visitTrimmingTokenNode: node
Thu, 21 May 2015 14:35:34 +0100 Jan Vrany Merge
Thu, 21 May 2015 14:12:22 +0100 Jan Vrany Updated to PetitCompiler-JanKurs.118, PetitCompiler-Tests-JanKurs.46, PetitCompiler-Extras-Tests-JanKurs.11, and PetitCompiler-Benchmarks-JanKurs.11
Wed, 20 May 2015 16:47:52 +0100 Jan Vrany Small improvement in inlining: inline child of an action node.
Sat, 16 May 2015 19:21:00 +0100 Jan Vrany Added benchmark of a smalltalk parser with empty actions.
Tue, 12 May 2015 01:57:37 +0100 Jan Vrany Portability: fixes for Smalltalk/X
Tue, 12 May 2015 01:33:33 +0100 Jan Vrany Merge
Tue, 12 May 2015 01:24:03 +0100 Jan Vrany Merged with PetitCompiler-JanKurs.20150510144201, PetitCompiler-Tests-JanKurs.20150510144201, PetitCompiler-Extras-Tests-JanKurs.20150510144201, PetitCompiler-Benchmarks-JanKurs.20150510144201
Mon, 11 May 2015 18:31:26 +0100 Jan Vrany Added lost method PPCBenchmark>>teardownSmalltalkGrammarTokenized
Mon, 11 May 2015 18:29:13 +0100 Jan Vrany Oops, merged lost Smalltalk/X compatibility fixes (again)
Mon, 11 May 2015 12:19:13 +0100 Jan Vrany Oops, fixed sub project definition (causing endless recursion during build)
Sun, 10 May 2015 14:42:14 +0100 Jan Vrany Added .../parsers/java and .../compiler/tests/extras to exported .mczs
Sun, 10 May 2015 14:20:24 +0100 Jan Vrany Portability: fixes for Smalltalk/X
Sun, 10 May 2015 06:46:56 +0100 Jan Vrany Merge
Sun, 10 May 2015 06:28:36 +0100 Jan Vrany Updated to PetitCompiler-JanKurs.111, PetitCompiler-Tests-JanKurs.51, PetitCompiler-Benchmarks-JanKurs.7, added PetitCompiler-Extras-Tests-JanKurs.4
Tue, 05 May 2015 16:25:23 +0200 Jan Vrany Portability: fixes for Smalltalk/X
Tue, 05 May 2015 15:07:56 +0200 Jan Vrany Oops, merged lost Smalltalk/X compatibility fixes
Tue, 05 May 2015 15:07:19 +0200 Jan Vrany Avoid using (obsolete) PPCMethod>>addVariable:, use allocateTemporaryVariableNamed: instead.
Sat, 02 May 2015 07:03:07 +0200 Jan Vrany Made PPCMethod>>addVariable: obsolete.
Sat, 02 May 2015 07:00:39 +0200 Jan Vrany Removed tests from compiled packages to workaround bug in stc.
Sat, 02 May 2015 06:18:36 +0200 Jan Vrany Portability: use `aClass methodDictionary values` instead of `aClass methods`
Fri, 01 May 2015 14:39:47 +0200 Jan Vrany Portability: Inlined #asLegalSelector since Smalltalk/X does not support it
Fri, 01 May 2015 14:34:58 +0200 Jan Vrany Portability: Use `self skipIf:description:` on Smalltalk/X instead of `self skip:`
Sat, 02 May 2015 06:29:04 +0200 Jan Vrany Portability: do not use Transcript>>crShow:
Fri, 01 May 2015 14:04:37 +0200 Jan Vrany Merge
Fri, 01 May 2015 13:44:43 +0200 Jan Vrany Makefiles updated so compiler and all it's dependencies are build automatically
Fri, 01 May 2015 13:03:50 +0200 Jan Vrany Syntax fix for Smalltalk/X - stc does not allow for empty statements.
Tue, 21 Apr 2015 17:30:40 +0100 Jan Vrany Fixes for Smalltalk/X:
Thu, 30 Apr 2015 23:43:14 +0200 Jan Vrany Updated to PetitCompiler-JanKurs.100, PetitCompiler-Tests-JanKurs.44 and PetitCompiler-Benchmarks-JanKurs.4
Tue, 21 Apr 2015 17:20:11 +0100 Jan Vrany A super ugly hack to fix line endings in Java comments.
Tue, 21 Apr 2015 17:06:24 +0100 Jan Vrany Fixes for Smalltalk/X
Tue, 21 Apr 2015 14:57:16 +0100 Jan Vrany Initial commit of PetitJava
Mon, 20 Apr 2015 18:06:31 +0100 Jan Vrany Bugfix: in teardown, do not remove parser if it has not been compiled.
Mon, 20 Apr 2015 13:24:27 +0100 Jan Vrany Skip Java benchmarks on Smalltalk/X
Mon, 20 Apr 2015 11:23:20 +0100 Jan Vrany PPCBenchmarkResource updated to work on Smalltalk/X
Sun, 19 Apr 2015 22:28:48 +0100 Jan Vrany Make block passed to at:ifPresent: to accept one argument
Sun, 19 Apr 2015 22:25:38 +0100 Jan Vrany Added dependencies on petitparser/analyzer and petitparser/islands
Wed, 15 Apr 2015 05:22:53 +0100 Jan Vrany Tell stc to NOT to inline #not as it has different meaning in PetitParser...
Tue, 14 Apr 2015 07:40:53 +0100 Jan Vrany Compilation fixed, removed obsolete methods
Mon, 13 Apr 2015 22:00:44 +0100 Jan Vrany Merged JK's version from Monticello
Mon, 13 Apr 2015 14:19:55 +0100 Jan Vrany Tell stc to NOT to inline #not as it has different meaning in PetitParser...
Mon, 13 Apr 2015 14:16:24 +0100 Jan Vrany Fixed dependencies (requires stx/goodies/petitparser/tests to load properly)
(0) -120 tip