Commit graph

68 commits

Author SHA1 Message Date
559df424d3
Added server example 2025-02-06 12:49:17 +01:00
64bd2bae59
Fixed register allocation on function calls 2025-02-05 22:49:39 +01:00
f76f0a1e4b
Implemented struct pointer types 2025-02-05 15:16:00 +01:00
71d7cdf5b2
Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
e36d9fade3
Implemented structs 2025-02-04 18:16:31 +01:00
0db4d4fc14
Added time.sleep function 2025-02-02 17:04:58 +01:00
2ae8b04593
Simplified thread example 2025-01-31 12:11:39 +01:00
699dbe4fd5
Implemented function pointers as parameters 2025-01-30 23:57:41 +01:00
860795c1ec
Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
169810e3a2
Implemented dynamic array indices 2025-01-24 22:47:28 +01:00
791573bbfc
Added more syscalls 2025-01-20 21:37:23 +01:00
32ae625af4
Improved Windows support 2024-08-19 17:25:51 +02:00
188b85fdce
Added types 2024-08-05 18:47:24 +02:00
40d2171c48
Added prime numbers example 2024-08-04 16:17:33 +02:00
745df4df2a
Improved fizzbuzz example 2024-08-04 00:00:26 +02:00
5736b08786
Improved gcd example 2024-08-03 23:32:47 +02:00
52d1de042c
Implemented switch statements 2024-08-03 22:24:40 +02:00
178d543f8f
Added a rudimentary FizzBuzz example 2024-08-03 01:11:22 +02:00
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