|
ae6796acfc
|
Fix calling convention for integers/real-numbers
|
2025-08-04 17:51:32 +03:00 |
|
|
4a33e7d123
|
Fix binop parsing from last commit
|
2025-08-04 17:51:32 +03:00 |
|
|
3b3b21d4dc
|
Add possibility to pre-define module-ids
|
2025-08-03 22:32:31 +03:00 |
|
|
101ee2d8e5
|
Account for intrinsic associated functions with autocomplete
|
2025-08-03 01:00:02 +03:00 |
|
|
4ea0913842
|
Add autocomplete for associated functions and struct fields
|
2025-08-03 00:13:53 +03:00 |
|
|
bb9f69ee53
|
Add autocomplete for imports
|
2025-08-02 23:03:11 +03:00 |
|
|
8595da0c30
|
Make LSP use a more general analysis structure
|
2025-08-02 21:11:33 +03:00 |
|
|
7d3aaa143a
|
Start adding type-information to tooltips
|
2025-07-29 20:44:15 +03:00 |
|
|
6619f1f0a9
|
Add simple error diagnostic from parser
|
2025-07-29 19:53:12 +03:00 |
|
|
ff1da716e9
|
Update README.md
|
2025-07-29 16:08:54 +03:00 |
|
|
baa068a371
|
Load file contents relative to module path instead of PWD
|
2025-07-29 15:44:14 +03:00 |
|
|
3d8f4bbd24
|
Implement macro-pass
|
2025-07-28 22:37:24 +03:00 |
|
|
5026013df3
|
Add intrinsic malloc, use that in alloca
|
2025-07-28 20:46:58 +03:00 |
|
|
b643c13582
|
Use metadata instead of names for allocator identification
|
2025-07-28 19:22:03 +03:00 |
|
|
c316d94b75
|
Fix bug in custom binops where their return types aren't inferred
|
2025-07-26 14:01:53 +03:00 |
|
|
0196fb53ed
|
Import binops while importing types as well
|
2025-07-26 13:18:55 +03:00 |
|
|
45d381f865
|
Hide intrinsic binary operators in alternate mode
|
2025-07-25 22:43:19 +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 |
|
|
f8d2e4996a
|
Refactor typecheck into it's own module
|
2025-07-25 16:19:55 +03:00 |
|
|
0b3ee3bf92
|
Refactor some more
|
2025-07-25 15:55:14 +03:00 |
|
|
6ee43d4012
|
Refactor stuff into codegen-module
|
2025-07-25 15:52:52 +03:00 |
|
|
023d3b75b6
|
Add flags and cpu to options that are configurable
|
2025-07-25 00:28:58 +03:00 |
|
|
a09bccb255
|
Add hexadecimal numerics
|
2025-07-24 21:24:17 +03:00 |
|
|
436ab319b8
|
Add intrinsic binops
|
2025-07-24 16:01:23 +03:00 |
|
|
89002f34e4
|
Add function double-definition checking
|
2025-07-24 12:13:34 +03:00 |
|
|
954f3438d3
|
Codegen intrinsics
|
2025-07-24 11:56:44 +03:00 |
|
|
5ff5651f5f
|
Work on intrinsics, clean up code a bit
|
2025-07-24 11:29:58 +03:00 |
|
|
3404f0fb6e
|
Add static allocator, fix loop_hard
|
2025-07-24 03:29:02 +03:00 |
|
|
ef4964ed86
|
Add parsing for for/while loops
|
2025-07-23 20:14:35 +03:00 |
|
|
1a65b4085f
|
Add LDRunner
|
2025-07-23 18:57:56 +03:00 |
|
|
4de346e3c0
|
Make tests also codegen correctly
|
2025-07-23 16:33:12 +03:00 |
|
|
efeefe0bfe
|
Add scaffolding to return some errors from codegen
|
2025-07-23 16:06:05 +03:00 |
|
|
b39b829061
|
Add production of .llir and .mir -files for LLIR and MIR
|
2025-07-22 23:32:32 +03:00 |
|
|
bbdfae081d
|
Fix std Strings
|
2025-07-22 19:50:54 +03:00 |
|
|
f35f1ef701
|
Repurpose module map and rename old to ErrorModules
|
2025-07-22 17:34:01 +03:00 |
|
|
3d3a9a34f9
|
Fix binary operators for floats, make library functions extern
|
2025-07-21 17:32:20 +03:00 |
|
|
a1507e14ca
|
Add flag to ignore no-main-error
|
2025-07-21 16:47:51 +03:00 |
|
|
1ba1ae3213
|
Try add some display for LLIR
|
2025-07-21 12:07:42 +03:00 |
|
|
a62f9db422
|
Get static arrays actually working alone
|
2025-07-20 19:23:42 +03:00 |
|
|
575abe8172
|
Make passes actually return errors well
|
2025-07-20 15:25:21 +03:00 |
|
|
0c6d9885ec
|
Add debug information compilation for subprograms and their parameters
|
2025-07-18 15:44:12 +03:00 |
|
|
292688a840
|
Fix some warnings
|
2025-07-17 20:26:01 +03:00 |
|
|
6dfd98eba3
|
Use true source for error formatting
|
2025-07-17 19:34:54 +03:00 |
|
|
9d1b18f083
|
Add FullToken array to error raporting
|
2025-07-17 17:44:18 +03:00 |
|
|
ce7c4bfb52
|
Improve error raporting futher significantly
|
2025-07-17 17:15:57 +03:00 |
|
|
f0e47a5d57
|
Attempt to significantly improve error-raporting
|
2025-07-17 16:47:10 +03:00 |
|
|
64e34ecf13
|
Add module_id for modules and metadata
|
2025-07-17 14:56:41 +03:00 |
|
|
7075b6f73f
|
Update order of prints
|
2025-07-15 23:18:01 +03:00 |
|