18 Commits

Author SHA1 Message Date
543558a02b Modified const and extern to always use blocks 2025-04-05 19:34:50 +02:00
ba34637dc1 Moved const and extern identifiers to the left 2025-04-04 20:15:31 +02:00
5f46a6f14e Implemented boolean literals 2025-02-26 14:33:41 +01:00
1ca61190eb Fixed incorrect const values 2025-02-21 13:47:56 +01:00
a42115c0fb Added byte type 2025-02-21 11:27:45 +01:00
b7685fd7ec Simplified standard library 2025-02-17 17:49:42 +01:00
b8e37fafae Improved type system 2025-02-17 14:31:47 +01:00
0a1a8f741d Implemented const keyword 2025-02-15 14:38:01 +01:00
f19d9063a5 Improved type system 2025-02-09 23:52:07 +01:00
7634244c56 Added array type 2025-02-09 20:25:37 +01:00
b1228be79a Fixed incorrect parameters for memory deallocation 2025-02-09 15:25:25 +01:00
ade1fd8fff Fixed incorrect memory allocations 2025-02-09 14:38:01 +01:00
2b2e707520 Implemented length storage of allocated memory 2025-02-09 14:14:41 +01:00
6b48ee0a48 Improved Windows support 2024-08-19 17:25:51 +02:00
81b0cd813c Fixed memory allocation on MacOS 2024-08-12 15:31:23 +02:00
83661c5e7a Added types 2024-08-05 18:47:24 +02:00
d5953649d9 Implemented numbers with different bases 2024-07-29 00:30:26 +02:00
824efbf424 Implemented echo example 2024-07-18 21:10:27 +02:00