|
dc360ef196
|
Implement importing of associated functions with types
|
2025-07-27 23:28:24 +03:00 |
|
|
9d5a20e76a
|
Allow pub-keyword for impl-block
|
2025-07-27 22:55:34 +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 |
|
|
1c83ca44ab
|
Add dot syntax for associated functions
|
2025-07-27 21:29:39 +03:00 |
|
|
0613fc5c53
|
Allow associated functions to take self as owned
|
2025-07-27 18:41:51 +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 |
|
|
09f1784810
|
Update AssociatedFunctionBlock parsing
|
2025-07-27 02:56:47 +03:00 |
|
|
5eef265652
|
Add parsing for associated function calls
|
2025-07-27 02:54:01 +03:00 |
|
|
a253c032d8
|
Add parsing for &self and &mut self
|
2025-07-27 02:49:08 +03:00 |
|
|
bee31f4b92
|
Add associated function parsing partially
|
2025-07-27 02:33:11 +03:00 |
|
|
0196fb53ed
|
Import binops while importing types as well
|
2025-07-26 13:18:55 +03:00 |
|
|
269de327b8
|
Allow importing types
|
2025-07-26 00:57:39 +03:00 |
|
|
12e2851a8b
|
Add Not-Unary
|
2025-07-25 23:40:57 +03:00 |
|
|
307137d0d9
|
Fix a significant problem in how the typerefs aren't narrowed properly
|
2025-07-25 20:16:54 +03:00 |
|
|
0b3ee3bf92
|
Refactor some more
|
2025-07-25 15:55:14 +03:00 |
|
|
b288fee2d5
|
Fix parsing of explicitly typed literals
|
2025-07-25 03:04:04 +03:00 |
|
|
6634597c92
|
Add ability to specify variable types in let
|
2025-07-25 00:41:38 +03:00 |
|
|
ea8a833bdf
|
Fix warnings and issues
|
2025-07-25 00:32:49 +03:00 |
|
|
dbd539fb76
|
Improve typed literal parsing somewhat
|
2025-07-25 00:14:03 +03:00 |
|
|
5b46e973d4
|
Add types to number-literals
|
2025-07-24 23:04:35 +03:00 |
|
|
0e63219205
|
Implement shorthand for array definition
|
2025-07-24 22:04:48 +03:00 |
|
|
be3c415a57
|
Implement void returns
|
2025-07-24 21:54:55 +03:00 |
|
|
22160b0802
|
Add octal, binary and hexadecimal representation
|
2025-07-24 21:33:03 +03:00 |
|
|
a09bccb255
|
Add hexadecimal numerics
|
2025-07-24 21:24:17 +03:00 |
|
|
27db67dd99
|
Possibly fix typechecking for binops
|
2025-07-24 18:42:10 +03:00 |
|
|
aec7d55e9b
|
Add codegen to custom binops
|
2025-07-24 15:03:05 +03:00 |
|
|
a7795f83db
|
Use FunctionDefinitionKind for binops
|
2025-07-24 13:40:06 +03:00 |
|
|
50af50c43f
|
Typecheck custom binops
|
2025-07-24 13:07:49 +03:00 |
|
|
974c7e98f1
|
Add AST -> MIR for custom binops
|
2025-07-24 12:34:16 +03:00 |
|
|
5ef329d570
|
Add custom binop parsing
|
2025-07-24 12:29:39 +03:00 |
|
|
eda78fc924
|
Add binop impl lexing
|
2025-07-24 12:23:19 +03:00 |
|
|
954f3438d3
|
Codegen intrinsics
|
2025-07-24 11:56:44 +03:00 |
|
|
87a8eac61b
|
Fix for loops causing issues together
|
2025-07-24 01:48:25 +03:00 |
|
|
14537743ed
|
Fix for-loops
|
2025-07-23 21:17:16 +03:00 |
|
|
c4017715d2
|
Codegen for/while loops
|
2025-07-23 21:07:12 +03:00 |
|
|
a251be2715
|
Make loops typecheck and type infere
|
2025-07-23 20:53:11 +03:00 |
|
|
75a7a435d1
|
Make for-loops syntax sugar instead
|
2025-07-23 20:44:30 +03:00 |
|
|
1a5e3ef1d9
|
Add loops ast -> mir
|
2025-07-23 20:29:13 +03:00 |
|
|
ef4964ed86
|
Add parsing for for/while loops
|
2025-07-23 20:14:35 +03:00 |
|
|
431aae0b0d
|
Add lexing to loops
|
2025-07-23 19:52:46 +03:00 |
|
|
8b79959288
|
Fix typedefinition in scope
|
2025-07-23 15:34:01 +03:00 |
|
|
b9459a19bb
|
Add div/mod parsing
|
2025-07-23 14:59:51 +03:00 |
|
|
9df1593de9
|
Fix decimal parsing, add u128-support for integer parsing
|
2025-07-22 23:20:38 +03:00 |
|
|
29d790e583
|
Start working on if-expression hands being expressions
|
2025-07-22 20:58:32 +03:00 |
|
|
5c5c9c5f7b
|
Improve error for statement-failure
|
2025-07-22 20:54:06 +03:00 |
|
|
3d73c52cb4
|
Fix casting within setters
|
2025-07-22 19:31:35 +03:00 |
|
|
f35f1ef701
|
Repurpose module map and rename old to ErrorModules
|
2025-07-22 17:34:01 +03:00 |
|
|
e9bca63f0d
|
Add module id to CustomType, String to std
|
2025-07-22 16:16:46 +03:00 |
|