17 Commits

Author SHA1 Message Date
David Gonzalez Martin
6a93f33fed Implement shifts 2024-07-28 14:31:08 +02:00
David Gonzalez Martin
a2ad8e44bb Introduce scopes and compile-time known mods 2024-07-28 13:56:16 +02:00
David Gonzalez Martin
628ec36442 Implement variable declarations 2024-07-28 11:20:04 +02:00
David Gonzalez Martin
dfc387325b Move analyze block code to a separate function 2024-07-27 20:57:39 +02:00
David Gonzalez Martin
e7ba702be3 Implement binary bitwise operators 2024-07-27 19:39:54 +02:00
David Gonzalez Martin
236bfaa688 Minor corrections 2024-07-27 13:38:33 +02:00
David Gonzalez Martin
3654552d89 Implement add + sub and minimal interpreter 2024-07-27 13:29:22 +02:00
David Gonzalez Martin
28b61c6553 Compile in different optimization modes 2024-07-24 13:55:32 +02:00
David Gonzalez Martin
5174819a5b Compile in different optimization modes 2024-07-24 11:09:09 +02:00
David Gonzalez Martin
a43dcda407 Get static build back 2024-07-24 10:44:59 +02:00
David Gonzalez Martin
556f603487 Restructure test system 2024-07-23 21:29:38 +02:00
David Gonzalez Martin
3d2ab7999c Use Clang to compile C backend output 2024-07-23 15:52:42 +02:00
David Gonzalez Martin
d3585917ec Create dummy C backend and printer 2024-07-23 13:43:44 +02:00
David Gonzalez Martin
a6c77b23bc GCM schedule late 2024-07-21 18:00:21 +02:00
David Gonzalez Martin
b20b5d0264 GCM schedule early 2024-07-21 17:31:32 +02:00
David Gonzalez Martin
76da96bd74 Implement peephole iteration skeleton 2024-07-21 12:25:51 +02:00
David Gonzalez Martin
1bbd39b8c1 Ditch C++ in favor of C 2024-07-21 09:04:32 +02:00