Commit graph

89 commits

Author SHA1 Message Date
Eduard Urbach
c088697446
Fixed incorrect division results 2025-02-22 12:54:23 +01:00
Eduard Urbach
1ca61190eb
Fixed incorrect const values 2025-02-21 13:47:56 +01:00
Eduard Urbach
04ece57b27
Added more tests 2025-02-21 11:45:32 +01:00
Eduard Urbach
a42115c0fb
Added byte type 2025-02-21 11:27:45 +01:00
Eduard Urbach
45a36a645a
Implemented for loops 2025-02-19 23:46:17 +01:00
Eduard Urbach
7922cff7ba
Implemented loop iterators 2025-02-19 17:52:15 +01:00
Eduard Urbach
b7685fd7ec
Simplified standard library 2025-02-17 17:49:42 +01:00
Eduard Urbach
b8e37fafae
Improved type system 2025-02-17 14:31:47 +01:00
Eduard Urbach
216e66473e
Improved shell example 2025-02-16 21:30:36 +01:00
Eduard Urbach
00be603b8f
Improved thread creation on Linux 2025-02-16 11:31:31 +01:00
Eduard Urbach
d0bcd8cf9f
Improved Windows ABI support 2025-02-15 18:23:33 +01:00
Eduard Urbach
3b66dae1d4
Implemented extern functions 2025-02-12 00:04:30 +01:00
Eduard Urbach
f19d9063a5
Improved type system 2025-02-09 23:52:07 +01:00
Eduard Urbach
064bb3acc7
Added a zero byte at the end of strings 2025-02-09 15:37:00 +01:00
Eduard Urbach
b1228be79a
Fixed incorrect parameters for memory deallocation 2025-02-09 15:25:25 +01:00
Eduard Urbach
2b2e707520
Implemented length storage of allocated memory 2025-02-09 14:14:41 +01:00
Eduard Urbach
1ff56e0856
Implemented network byte order conversion 2025-02-08 23:59:19 +01:00
Eduard Urbach
d0d096bcd2
Improved server example 2025-02-08 17:34:11 +01:00
Eduard Urbach
97cdcbd1cb
Implemented package specific structs 2025-02-08 16:06:39 +01:00
Eduard Urbach
cae3092df7
Improved server example 2025-02-06 17:11:57 +01:00
Eduard Urbach
94a0e81920
Added HTTP server example 2025-02-06 14:46:33 +01:00
Eduard Urbach
f36b1f6c7c
Added server example 2025-02-06 12:49:17 +01:00
Eduard Urbach
12894dbcc5
Fixed register allocation on function calls 2025-02-05 22:49:39 +01:00
Eduard Urbach
5d38a4980a
Implemented struct pointer types 2025-02-05 15:16:00 +01:00
Eduard Urbach
bde68d4d64
Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
Eduard Urbach
03a3bd8f02
Implemented structs 2025-02-04 18:16:31 +01:00
Eduard Urbach
715635aaa7
Added time.sleep function 2025-02-02 17:04:58 +01:00
Eduard Urbach
6163ba547e
Simplified thread example 2025-01-31 12:11:39 +01:00
Eduard Urbach
dd6d1cc16c
Implemented function pointers as parameters 2025-01-30 23:57:41 +01:00
Eduard Urbach
162824ec1c
Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
Eduard Urbach
6dad6fb6a6
Implemented dynamic array indices 2025-01-24 22:47:28 +01:00
Eduard Urbach
c0b30e9c22
Added more syscalls 2025-01-20 21:37:23 +01:00
Eduard Urbach
6b48ee0a48
Improved Windows support 2024-08-19 17:25:51 +02:00
Eduard Urbach
83661c5e7a
Added types 2024-08-05 18:47:24 +02:00
Eduard Urbach
3e3567cd32
Added prime numbers example 2024-08-04 16:17:33 +02:00
Eduard Urbach
f9ff83136a
Improved fizzbuzz example 2024-08-04 00:00:26 +02:00
Eduard Urbach
3ad9510421
Improved gcd example 2024-08-03 23:32:47 +02:00
Eduard Urbach
dbf416d45b
Implemented switch statements 2024-08-03 22:24:40 +02:00
Eduard Urbach
6aa1e674df
Added a rudimentary FizzBuzz example 2024-08-03 01:11:22 +02:00
Eduard Urbach
df5813515d
Fixed an incorrect register move 2024-08-02 15:06:32 +02:00
Eduard Urbach
c8824e699a
Added escape sequences 2024-07-31 17:50:31 +02:00
Eduard Urbach
2293603923
Added more examples 2024-07-31 00:03:16 +02:00
Eduard Urbach
323952f4bc
Implemented else blocks 2024-07-30 16:36:33 +02:00
Eduard Urbach
bf80551a15
Implemented 64-bit move 2024-07-26 16:19:13 +02:00
Eduard Urbach
123738f88c
Implemented number output 2024-07-26 12:50:47 +02:00
Eduard Urbach
21017e6378
Implemented runes 2024-07-22 15:32:16 +02:00
Eduard Urbach
155df7c44c
Implemented array storage 2024-07-20 17:35:26 +02:00
Eduard Urbach
824efbf424
Implemented echo example 2024-07-18 21:10:27 +02:00
Eduard Urbach
b34470a97d
Implemented package imports 2024-07-18 18:08:30 +02:00
Eduard Urbach
24d3e8f2be
Implemented variable scopes 2024-07-15 16:51:36 +02:00