Commit Graph

24 Commits

Author SHA1 Message Date
61d3ea61ee Fix debug info 2025-07-28 18:20:00 +03:00
7ca8949e8c Start adding lexical scopes 2025-07-28 16:11:20 +03:00
a4e18af983 Add intrinsic bit-operators 2025-07-28 12:16:14 +03:00
49084ea0af Add AST -> MIR for bitwise-operations and or 2025-07-28 11:59:20 +03:00
8e71c6a47d Fix nullptr type 2025-07-28 01:47:43 +03:00
dc360ef196 Implement importing of associated functions with types 2025-07-27 23:28:24 +03:00
a6a903a45d Allow borrows in associated function &self 2025-07-27 22:45:34 +03:00
676554b6a0 Improve deref parsing 2025-07-27 22:24:38 +03:00
7b27f30b9e Implement builtin associated alloca and nullptr 2025-07-27 20:46:17 +03:00
f3471473a2 Test associated functions, cleanup codegen a bit 2025-07-27 20:04:54 +03:00
537167fe4f Add intrinsic associated functions 2025-07-27 19:55:28 +03:00
24f11a77d2 Add codegen for assoc functions 2025-07-27 18:32:17 +03:00
46668b7099 Fix a bunch of warnings 2025-07-27 18:11:18 +03:00
ab94bd7df0 Add AST -> MIR processing for associated functions 2025-07-27 03:08:34 +03:00
0196fb53ed Import binops while importing types as well 2025-07-26 13:18:55 +03:00
bf878c02a7 Fix struct field ordering mattering 2025-07-25 23:36:23 +03:00
c466b8eb2a Fix everything except for casts 2025-07-25 22:21:11 +03:00
307137d0d9 Fix a significant problem in how the typerefs aren't narrowed properly 2025-07-25 20:16:54 +03:00
63f48f7df9 Implement a bunch of intrinsic binops 2025-07-25 18:48:16 +03:00
7ba3204803 Implement typechecking and inference logic for binops 2025-07-25 18:10:22 +03:00
6ee43d4012 Refactor stuff into codegen-module 2025-07-25 15:52:52 +03:00
8a32e66ba8 Refactor a bunch of stuff, produce compiling MIR 2025-07-04 21:30:40 +03:00
5f93b7c9c2 Add rudamentary LLVM lib stuff, make a fully compiling executable 2025-06-24 23:10:44 +03:00
6d3d0fd03e Move reid to subproject 2025-06-24 17:17:15 +03:00