362 Commits

Author SHA1 Message Date
1ad1121073 Basic pointer 2025-02-27 09:07:37 -06:00
f67fdaa5f7 Extern functions and basic C ABI support 2025-02-26 20:00:44 -06:00
6135ade3a7 External functions and array type refinements 2025-02-25 11:56:24 -06:00
e290f61890 Basic array 2025-02-25 09:26:45 -06:00
eaa64a8d78 Basic bit fields 2025-02-25 07:31:41 -06:00
36fc4807bb Basic struct 2025-02-24 09:07:25 -06:00
774551e795 Prep work for C ABI compatibility 2025-02-24 09:05:56 -06:00
27bd136487 Basic call 2025-02-22 21:52:04 -06:00
e63649bdda Store functions as globals 2025-02-22 20:27:25 -06:00
8274ca7d8a Calling convention setting/getting 2025-02-22 20:22:14 -06:00
a9ea1eb6d9 Basic branching 2025-02-22 20:08:30 -06:00
73e6b6529b Implement basic global variables 2025-02-22 19:05:08 -06:00
423a559dba Implement basic debug information 2025-02-22 09:56:41 -06:00
e6c3c55179 Structure main program properly 2025-02-21 20:13:25 -06:00
f89fb293c0 Binary operations from stack 2025-02-21 17:52:58 -06:00
71f70a35fb Minimal stack 2025-02-21 14:49:17 -06:00
de142080f3 Constant xor 2025-02-21 13:34:04 -06:00
9b8011086f Constant or 2025-02-21 13:25:06 -06:00
648fe7480d Constant and 2025-02-21 13:19:40 -06:00
99e13a7218 Constant shifts 2025-02-21 13:14:10 -06:00
dc52283250 Isolate tests 2025-02-21 13:02:33 -06:00
60b078caf3 Constant rem 2025-02-21 12:52:33 -06:00
1c8fd82e1f Constant div 2025-02-21 12:48:44 -06:00
7bd79cb741 Constant mul 2025-02-21 11:34:20 -06:00
892360a084 Constant add 2025-02-21 11:24:42 -06:00
c4d25ca393 Constant sub 2025-02-21 08:56:25 -06:00
34a3514856 Even better test parameters 2025-02-20 21:32:25 -06:00
322c2aaa8b Better testing system 2025-02-20 20:56:00 -06:00
38c4ab99be More rename 2025-02-20 15:23:25 -06:00
3a232da71e remove "enable_llvm" switch 2025-02-20 14:18:04 -06:00
621ce78874 rename parser to converter 2025-02-20 13:58:56 -06:00
9e5fcc8af3 Character functions 2025-02-20 09:43:28 -06:00
4d2ebeab02 Some restructuring on the parser 2025-02-20 09:27:40 -06:00
c80ea273de Actually include parsing test 2025-02-20 07:08:05 -06:00
340562038c Switch to GH runner 2025-02-19 22:55:45 -06:00
ff08270b6b Add CI coverage 2025-02-19 22:00:47 -06:00
9cbb03256b Parse simple file with null storage and result 2025-02-19 19:13:05 -06:00
7ee458b93b Linker pipeline 2025-02-19 12:33:21 -06:00
8126a5e9e8 Code generation pipeline 2025-02-19 07:08:11 -06:00
b7eff075fc Optimization pipeline 2025-02-18 20:17:18 -06:00
59b35682c7 Implement target machine 2025-02-18 19:33:10 -06:00
2e76e5f6fd reach abi compatibility 2025-02-18 19:33:10 -06:00
6662759bc8 wip emit 2025-02-18 19:33:10 -06:00
589677fa5b advance llvm well enough 2025-02-18 19:33:10 -06:00
745e74cc3d Link LLVM through llvm-config 2025-02-18 19:33:10 -06:00
b59377fe97 Some formatting 2025-02-18 19:33:10 -06:00
b53a5bbae5 File API 2025-02-18 19:33:10 -06:00
e291ff1bee panic cleanup and misc 2025-02-18 19:33:10 -06:00
230acc6ce7 implement arena 2025-02-18 19:33:10 -06:00
5e7126ab93 take out the garbage 2025-02-18 19:33:10 -06:00