Commit graph

10 commits

Author SHA1 Message Date
3301cf5542
Improved ssa compiler
All checks were successful
/ test (push) Successful in 15s
2025-07-02 16:55:24 +02:00
c9c6b94c18
Refactored ssa to asm compilation
All checks were successful
/ test (push) Successful in 15s
2025-07-01 16:13:12 +02:00
562c839835
Added Windows support
All checks were successful
/ test (push) Successful in 15s
2025-07-01 13:41:14 +02:00
312e3b2e31
Implemented jumps and jump related optimizations
All checks were successful
/ test (push) Successful in 15s
2025-06-27 15:01:49 +02:00
925fd6ce05
Removed unnecessary return in core.exit
All checks were successful
/ test (push) Successful in 15s
2025-06-27 10:47:41 +02:00
329fcfff6f
Implemented source tracking and type checking
All checks were successful
/ test (push) Successful in 21s
2025-06-27 00:05:16 +02:00
70c2da4a4d
Implemented an assembler
All checks were successful
/ test (push) Successful in 28s
2025-06-24 12:55:26 +02:00
2b703e9af2
Improved SSA and added unused value checks
All checks were successful
/ test (push) Successful in 17s
2025-06-23 23:11:05 +02:00
31c5ed614c
Implemented compilation to SSA form
All checks were successful
/ test (push) Successful in 31s
2025-06-23 00:17:05 +02:00
c2b8db238e
Implemented function scanning
All checks were successful
/ test (push) Successful in 16s
2025-06-19 23:31:52 +02:00