Commit Graph

18 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
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
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
307137d0d9 Fix a significant problem in how the typerefs aren't narrowed properly 2025-07-25 20:16:54 +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
6d3d0fd03e Move reid to subproject 2025-06-24 17:17:15 +03:00