Commit graph

41 commits

Author SHA1 Message Date
6483573923
Improved type safety for memory writes 2025-04-14 15:58:15 +02:00
43a006e4af
Replaced builtin store function with a new syntax 2025-04-11 14:21:51 +02:00
ba34637dc1
Moved const and extern identifiers to the left 2025-04-04 20:15:31 +02:00
863fb7de5a
Removed struct keyword 2025-04-04 13:32:55 +02:00
ea233d789d
Simplified compilation of function calls 2025-03-02 21:36:23 +01:00
c3054369e3
Implemented register calls 2025-03-02 17:53:18 +01:00
5f46a6f14e
Implemented boolean literals 2025-02-26 14:33:41 +01:00
Eduard Urbach
b8e37fafae
Improved type system 2025-02-17 14:31:47 +01:00
Eduard Urbach
d589b02570
Added more tests 2025-02-14 15:26:07 +01:00
Eduard Urbach
c8b5c4dbfe
Added more tests 2025-02-14 00:26:48 +01:00
Eduard Urbach
e4cbb91f61
Improved error message for invalid instructions 2025-02-13 22:12:57 +01:00
Eduard Urbach
3b66dae1d4
Implemented extern functions 2025-02-12 00:04:30 +01:00
Eduard Urbach
371059d08a
Improved type system checks 2025-02-10 14:09:27 +01:00
Eduard Urbach
f19d9063a5
Improved type system 2025-02-09 23:52:07 +01:00
Eduard Urbach
cba26d8154
Added more tests 2025-02-07 21:25:29 +01:00
Eduard Urbach
f36b1f6c7c
Added server example 2025-02-06 12:49:17 +01:00
Eduard Urbach
85568949a2
Added more tests 2025-02-05 11:11:15 +01:00
Eduard Urbach
bde68d4d64
Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
Eduard Urbach
51e3c1ba0e
Implemented struct parser 2025-02-04 14:41:04 +01:00
Eduard Urbach
646dafd216
Added return count mismatch error 2025-02-03 13:13:17 +01:00
Eduard Urbach
cc215a27c7
Added more tests 2024-08-11 14:00:51 +02:00
Eduard Urbach
1b13539b22
Implemented type checks 2024-08-07 16:20:03 +02:00
Eduard Urbach
83661c5e7a
Added types 2024-08-05 18:47:24 +02:00
Eduard Urbach
57ee65abd1
Added more tests 2024-08-03 23:05:09 +02:00
Eduard Urbach
87ae78c86a
Added a check for unused imports 2024-07-31 11:55:21 +02:00
Eduard Urbach
323952f4bc
Implemented else blocks 2024-07-30 16:36:33 +02:00
Eduard Urbach
04ba68a075
Reduced token size 2024-07-21 14:35:06 +02:00
Eduard Urbach
824efbf424
Implemented echo example 2024-07-18 21:10:27 +02:00
Eduard Urbach
9f341a6146
Added more tests 2024-07-07 17:13:22 +02:00
Eduard Urbach
230bb36709
Added more tests 2024-07-06 17:01:52 +02:00
Eduard Urbach
cc66b02bf8
Added more tests 2024-07-05 17:11:30 +02:00
Eduard Urbach
3fe2cd1da2
Improved variable lifetime tracking 2024-06-30 00:17:14 +02:00
Eduard Urbach
3664e74074
Implemented invalid character checks 2024-06-28 19:54:26 +02:00
Eduard Urbach
526b92aa09
Implemented dead code elimination 2024-06-27 17:36:45 +02:00
Eduard Urbach
94151773a5
Enforced consistent naming 2024-06-26 23:24:11 +02:00
Eduard Urbach
4f6750dc8e
Improved variable definitions 2024-06-22 20:18:13 +02:00
Eduard Urbach
2f7319e6a0
Added more tests 2024-06-22 13:20:11 +02:00
Eduard Urbach
4faa1641c6
Added CPU type 2024-06-21 22:16:42 +02:00
Eduard Urbach
2c6999040d
Added more tests 2024-06-21 10:17:26 +02:00
Eduard Urbach
864c9c7b43
Added more tests 2024-06-15 20:25:37 +02:00
Eduard Urbach
f13f7c2800
Moved tests to a separate directory 2024-06-14 10:36:01 +02:00