1
0
Fork 0
forked from koniifer/ableos
Commit graph

71 commits

Author SHA1 Message Date
koniifer 335dc65388 fix obvious bugs, add unit test, hopefully preserve radix when formatting 2024-09-01 20:07:19 +01:00
koniifer c8429b4472 support hex, octal, binary literals 2024-09-01 18:42:04 +01:00
mlokr e36d98c712 barbar 2024-07-19 21:19:03 +02:00
mlokr 965f4c90a9 foobar 2024-07-19 21:04:22 +02:00
mlokr 87726395e1 v 2024-07-19 15:51:02 +02:00
mlokr 757c7894d9 u 2024-07-19 14:39:30 +02:00
mlokr 999906cd73 t 2024-07-19 14:24:58 +02:00
mlokr 7c7a4e4edf s 2024-07-19 14:17:45 +02:00
mlokr 1a30b14f8c q 2024-07-19 14:05:13 +02:00
mlokr 9eca819d31 p 2024-07-19 13:51:38 +02:00
mlokr 5a84b2a96d o 2024-07-19 13:44:35 +02:00
mlokr 7258a66755 l 2024-07-19 13:39:42 +02:00
mlokr df423d0b79 k 2024-07-19 13:38:30 +02:00
mlokr ce81658f3e j 2024-07-19 13:21:14 +02:00
mlokr b4da65705f i 2024-07-19 13:09:45 +02:00
mlokr 2e0db7120b i 2024-07-19 13:09:07 +02:00
mlokr d69800e0d9 h 2024-07-19 13:03:11 +02:00
mlokr cfd4fd8c24 g 2024-07-19 13:02:00 +02:00
mlokr f3e34cd854 f 2024-07-19 12:56:40 +02:00
mlokr 66f517db74 d 2024-07-19 12:51:26 +02:00
mlokr 6f573602cd fixing typechecking issues, pointers now properly typecheck and generic types are properly cached 2024-07-19 12:00:55 +02:00
mlokr c990429786 arrays work i guess 2024-07-08 18:08:58 +02:00
mlokr 95fcd2836a removing garbage 2024-07-08 07:22:53 +02:00
mlokr f75f6f7481 on the journey twards struct destruct 2024-07-07 19:16:15 +02:00
mlokr b90e72f624 interstellar 2024-07-07 18:21:07 +02:00
mlokr b41d7abe2e brahmaputra 2 2024-07-07 14:29:37 +02:00
mlokr b6898adb3b brahmaputra 2024-07-07 14:26:43 +02:00
mlokr 5069790117 adding better api 2024-07-06 15:18:57 +02:00
mlokr aa276d88fa adding better api 2024-07-06 15:05:56 +02:00
mlokr f3b323cc5a -__- 2024-07-02 14:49:05 +02:00
mlokr 0e91c87a61 adding spart fmt to struct ctors 2024-06-25 21:51:41 +02:00
mlokr 2099fc8949 added formatting 2024-06-25 21:41:12 +02:00
mlokr 19548be636 adding comments 2024-06-25 19:55:25 +02:00
mlokr f9fa7f82e9 improved exer 2024-06-25 18:39:59 +02:00
mlokr 605d20b20f pekomaaaaa 2024-06-24 17:26:00 +02:00
mlokr fe73f2d70f tests pass again 2024-06-23 09:09:33 +02:00
mlokr e0cdde2c85 whew 2024-06-21 23:07:32 +02:00
mlokr 36930ebd9b putting tests as examples in readme 2024-06-15 10:37:50 +02:00
mlokr 655aabd686 other stuff 2024-06-01 20:30:15 +02:00
mlokr e494785f93 some stuff 2024-05-20 14:11:58 +02:00
mlokr aef9951bc5 implementing comptime constants 2024-05-19 18:20:42 +02:00
mlokr b922dbd232 making progress on parallelization 2024-05-17 19:53:59 +02:00
mlokr aae217dd00 making better use of parameter and return registers (use register 2 for arguments when possible) 2024-05-16 16:50:29 +02:00
mlokr 589a30c8a3 making the variables smarter (only putting then on stack when they get referenced) 2024-05-16 12:23:37 +02:00
mlokr 87ba7aa203 removing deendence on macros with a simple build script 2024-05-15 14:36:38 +02:00
mlokr 3c09a5f23e adding '<op>=' syntax 2024-05-15 10:37:39 +02:00
mlokr 70955c1792 adding directives 2024-05-14 23:07:32 +02:00
mlokr fb481a0600 making stack reclamation 2024-05-14 12:17:39 +02:00
mlokr 7cca9a3683 adding different-sized integers 2024-05-13 13:36:29 +02:00
mlokr 0aec47e985 fixing struct regurns 2024-05-13 09:38:33 +02:00