|
08d5f38072
|
Fixed an incorrect register move
|
2024-08-02 15:06:32 +02:00 |
|
|
e5adcff1af
|
Added escape sequences
|
2024-07-31 17:50:31 +02:00 |
|
|
9ea99c97c4
|
Added more examples
|
2024-07-31 00:03:16 +02:00 |
|
|
e537e543cc
|
Implemented else blocks
|
2024-07-30 16:36:33 +02:00 |
|
|
de608a74a7
|
Implemented 64-bit move
|
2024-07-26 16:19:13 +02:00 |
|
|
8b1af4bea7
|
Implemented number output
|
2024-07-26 12:50:47 +02:00 |
|
|
f7645104fb
|
Implemented runes
|
2024-07-22 15:32:16 +02:00 |
|
|
52e87a8885
|
Implemented array storage
|
2024-07-20 17:35:26 +02:00 |
|
|
86175d7a53
|
Implemented echo example
|
2024-07-18 21:10:27 +02:00 |
|
|
fcc4f8d2d9
|
Implemented package imports
|
2024-07-18 18:08:30 +02:00 |
|
|
1bf288b8fd
|
Implemented variable scopes
|
2024-07-15 16:51:36 +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 |
|
|
c2b763ab67
|
Added fibonacci example
|
2024-07-09 10:28:14 +02:00 |
|
|
1c4d2d4f88
|
Implemented boolean operators
|
2024-07-08 13:38:44 +02:00 |
|
|
13161f5021
|
Improved branch compilation
|
2024-07-07 21:55:32 +02:00 |
|
|
d5d29ee9cc
|
Improved branch code generation
|
2024-07-07 14:07:34 +02:00 |
|
|
962a362578
|
Implemented if statements
|
2024-07-07 12:30:57 +02:00 |
|
|
0a661b4345
|
Improved code generation
|
2024-07-04 12:32:56 +02:00 |
|
|
fd6e874b44
|
Refactored code structure
|
2024-07-03 11:39:24 +02:00 |
|
|
b8c011d742
|
Improved variable lifetime tracking
|
2024-06-30 00:17:14 +02:00 |
|
|
1510f88165
|
Added tests for examples
|
2024-06-29 21:40:14 +02:00 |
|
|
a0edc45e19
|
Implemented return values
|
2024-06-29 21:06:59 +02:00 |
|
|
b8d7e2444b
|
Added single line comments
|
2024-06-28 20:29:07 +02:00 |
|
|
7f8579fa11
|
Improved benchmarks
|
2024-06-28 15:34:25 +02:00 |
|
|
8beed6dd21
|
Implemented dead code elimination
|
2024-06-27 17:36:45 +02:00 |
|
|
e7208b8ba3
|
Simplified test program
|
2024-06-27 15:26:18 +02:00 |
|
|
9e3112ad52
|
Added call registers
|
2024-06-27 14:25:53 +02:00 |
|
|
0d8891d8a7
|
Implemented parameters
|
2024-06-27 10:12:41 +02:00 |
|
|
0394d68bdf
|
Implemented complex expressions
|
2024-06-26 22:51:14 +02:00 |
|
|
37e222e022
|
Implemented simple expressions
|
2024-06-25 20:50:06 +02:00 |
|
|
c437b1d0f8
|
Implemented assignments
|
2024-06-25 17:09:25 +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 |
|
|
121f77fe76
|
Implemented block instruction parsing
|
2024-06-24 00:03:26 +02:00 |
|
|
a9d43a8716
|
Implemented register to register instructions
|
2024-06-23 20:26:53 +02:00 |
|
|
57c9fc22d1
|
Improved variable definitions
|
2024-06-22 20:18:13 +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 |
|
|
06d16b48da
|
Added short form for variable definitions
|
2024-06-14 18:03:54 +02:00 |
|
|
3da77d22d7
|
Implemented numeric constants
|
2024-06-14 11:48:28 +02:00 |
|
|
7bbfa8914f
|
Moved tests to a separate directory
|
2024-06-14 10:36:01 +02:00 |
|
|
1e4ab7d1ba
|
Updated dependencies
|
2024-06-11 15:49:27 +02:00 |
|
|
722d07c321
|
Reorganized file structure
|
2024-06-10 15:51:39 +02:00 |
|
|
b6400cd77e
|
Added more tests
|
2024-06-04 15:51:31 +02:00 |
|
|
bd73132a30
|
Improved project structure
|
2023-10-20 17:07:44 +02:00 |
|
|
56bb014b51
|
Added build command
|
2023-10-17 15:10:35 +02:00 |
|