compiler/PPCCodeGenerator.st
Thu, 18 Jun 2015 06:40:15 +0100 Jan Vrany Send #sourceNode instead of #ast as there's no #ast in Pharo
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: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 06:23:49 +0100 Jan Vrany Introduced PPCMappedActionNode for PPMappedActionParser.
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:
Fri, 29 May 2015 07:25:31 +0100 Jan Vrany Fixed choice inlining.
Wed, 27 May 2015 03:30:35 +0100 Jan Vrany More fixes for inlining of nodes
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
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
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 15:07:19 +0200 Jan Vrany Avoid using (obsolete) PPCMethod>>addVariable:, use allocateTemporaryVariableNamed: instead.
Thu, 30 Apr 2015 23:43:14 +0200 Jan Vrany Updated to PetitCompiler-JanKurs.100, PetitCompiler-Tests-JanKurs.44 and PetitCompiler-Benchmarks-JanKurs.4
less more (0) tip