|
814364612f
|
Reduced memory allocations
|
2024-07-17 15:23:57 +02:00 |
|
|
c2b42fe2ea
|
Fixed variable lifetime in loops
|
2024-07-16 20:22:28 +02:00 |
|
|
545c8dd4f6
|
Moved register state to scopes
|
2024-07-16 15:30:28 +02:00 |
|
|
96078f40d8
|
Improved documentation
|
2024-07-13 14:18:55 +02:00 |
|
|
1b75529bb3
|
Implemented data labels
|
2024-07-13 00:13:13 +02:00 |
|
|
dbe0a67dc5
|
Reordered jump cases
|
2024-07-11 11:53:49 +02:00 |
|
|
3b2cbbe3b7
|
Implemented 32-bit jumps
|
2024-07-10 15:01:46 +02:00 |
|
|
3c189a025f
|
Improved code generation
|
2024-07-09 17:00:04 +02:00 |
|
|
6102ab466a
|
Implemented a basic optimization
|
2024-07-09 11:43:33 +02:00 |
|
|
13161f5021
|
Improved branch compilation
|
2024-07-07 21:55:32 +02:00 |
|
|
962a362578
|
Implemented if statements
|
2024-07-07 12:30:57 +02:00 |
|
|
fd6e874b44
|
Refactored code structure
|
2024-07-03 11:39:24 +02:00 |
|
|
8453273d73
|
Implemented an abstract syntax tree
|
2024-06-30 22:54:59 +02:00 |
|
|
a0edc45e19
|
Implemented return values
|
2024-06-29 21:06:59 +02:00 |
|
|
81cc7e6a75
|
Improved performance
|
2024-06-28 11:45:54 +02:00 |
|
|
8867845310
|
Added push and pop instructions
|
2024-06-27 12:59:41 +02:00 |
|
|
0394d68bdf
|
Implemented complex expressions
|
2024-06-26 22:51:14 +02:00 |
|
|
03a7651cad
|
Added build result struct
|
2024-06-26 20:16:18 +02:00 |
|
|
c5b61c1148
|
Improved assembler
|
2024-06-26 14:14:11 +02:00 |
|
|
871ebc147f
|
Improved function names
|
2024-06-25 23:37:14 +02:00 |
|
|
37e222e022
|
Implemented simple expressions
|
2024-06-25 20:50:06 +02:00 |
|
|
e9c46bc3cd
|
Implemented register push and pop
|
2024-06-25 16:19:47 +02:00 |
|
|
3aedcef9eb
|
Implemented division
|
2024-06-25 00:19:01 +02:00 |
|
|
432397043d
|
Implemented multiplication
|
2024-06-24 22:43:01 +02:00 |
|
|
9e3af3b01c
|
Implemented subtraction
|
2024-06-24 16:55:15 +02:00 |
|
|
0657b88945
|
Implemented addition
|
2024-06-24 14:14:07 +02:00 |
|
|
b6722c5482
|
Implemented infinite loops
|
2024-06-24 11:00:32 +02:00 |
|
|
a9d43a8716
|
Implemented register to register instructions
|
2024-06-23 20:26:53 +02:00 |
|
|
6043baee48
|
Implemented function calls
|
2024-06-18 16:42:56 +02:00 |
|
|
a4ecaf0622
|
Added define operator
|
2024-06-15 11:36:57 +02:00 |
|
|
f603c3a479
|
Implemented return keyword
|
2024-06-14 10:46:45 +02:00 |
|
|
722d07c321
|
Reorganized file structure
|
2024-06-10 15:51:39 +02:00 |
|