log python/testc3.py @ 280:02385f62f250

age author description
Sat, 02 Nov 2013 10:03:26 +0100 Windel Bouwman Rework from str interface to Instruction interface
Sat, 31 Aug 2013 17:58:54 +0200 Windel Bouwman refactor ir
Wed, 14 Aug 2013 20:12:40 +0200 Windel Bouwman Op naar tree-IR
Tue, 30 Jul 2013 17:57:46 +0200 Windel Bouwman added optimize function
Mon, 29 Jul 2013 20:23:13 +0200 Windel Bouwman Added another c3 example. First import attempt
Fri, 26 Jul 2013 20:26:05 +0200 Windel Bouwman Added current position arrow
Tue, 23 Jul 2013 16:50:02 +0200 Windel Bouwman Remove various files
Sat, 13 Jul 2013 20:20:44 +0200 Windel Bouwman simplify blink.c3
Sat, 13 Jul 2013 19:53:44 +0200 Windel Bouwman Added some tests for IR-code
Sat, 13 Jul 2013 11:12:24 +0200 Windel Bouwman Removal of emptystatement class
Fri, 12 Jul 2013 17:42:39 +0200 Windel Bouwman Fixed tests
Thu, 11 Jul 2013 07:42:30 +0200 Windel Bouwman Fixed pointer deref
Mon, 08 Jul 2013 22:21:44 +0200 Windel Bouwman pointers
Sat, 06 Jul 2013 21:32:20 +0200 Windel Bouwman Major change in expression parsing to enable pointers and structs
Fri, 05 Jul 2013 14:13:59 +0200 Windel Bouwman Removed some stale python source files
Fri, 05 Jul 2013 13:00:03 +0200 Windel Bouwman Major changes in c3 frontend
Fri, 05 Jul 2013 11:18:48 +0200 Windel Bouwman Merge of semantics and parser again ..
Sun, 23 Jun 2013 18:23:18 +0200 Windel Bouwman Added some handcoded arm code generation
Fri, 21 Jun 2013 15:01:08 +0200 Windel Bouwman Added long comment to c3 parser
Wed, 29 May 2013 22:36:37 +0200 Windel Bouwman Fixed test
Sun, 26 May 2013 15:28:07 +0200 Windel Bouwman Added assembler testset
Sat, 25 May 2013 14:41:19 +0200 Windel Bouwman Renamed readme and added status badge
Sat, 25 May 2013 14:26:25 +0200 Windel Bouwman Improved testsuite
Sat, 18 May 2013 18:24:42 +0200 Windel Bouwman Replace clear function by function also supported in python 3.2
Thu, 09 May 2013 17:35:19 +0200 Windel Bouwman Re-organized files
Fri, 29 Mar 2013 17:33:17 +0100 Windel Bouwman Cleanup of ir dir
Sat, 23 Mar 2013 18:34:41 +0100 Windel Bouwman Added more tests and improved the diagnostic update
Fri, 22 Mar 2013 19:09:38 +0100 Windel Bouwman Added awesome icons
Fri, 22 Mar 2013 17:40:13 +0100 Windel Bouwman Added 2 unit tests
Fri, 22 Mar 2013 16:15:31 +0100 Windel Bouwman Improved type checking
Fri, 22 Mar 2013 15:12:38 +0100 Windel Bouwman Added front class and fided AST view
Mon, 18 Mar 2013 20:13:57 +0100 Windel Bouwman Added visitor to c3
Sun, 10 Mar 2013 11:36:55 +0100 Windel Bouwman Used new editor in ide
Sat, 09 Mar 2013 11:56:48 +0100 Windel Bouwman Started from scratch with code edit
Fri, 08 Mar 2013 16:52:44 +0100 Windel Bouwman Added some functions for code generation
Sun, 03 Mar 2013 18:14:35 +0100 Windel Bouwman Added some code generator things
Sun, 03 Mar 2013 13:20:03 +0100 Windel Bouwman Simplified IR classes
Sat, 02 Mar 2013 09:56:12 +0100 Windel Bouwman Light coupling ide and c3 frontend
Fri, 01 Mar 2013 17:13:56 +0100 Windel Bouwman Added ir code generator stub
Fri, 01 Mar 2013 16:53:22 +0100 Windel Bouwman Added type check start and analyze phase
Fri, 01 Mar 2013 11:43:52 +0100 Windel Bouwman Fixes on parser and semantics
Fri, 01 Mar 2013 10:24:01 +0100 Windel Bouwman Added c3 language frontend initial parser