74 Commits

Author SHA1 Message Date
08660ad845 Implemented calls using memory addresses 2025-03-03 00:53:41 +01: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
d7f30d8319 Fixed missing values of casts 2025-03-01 23:04:37 +01:00
4428b09de2 Switched to pointer receivers for values 2025-03-01 18:38:00 +01:00
e032733a92 Added more tests 2025-03-01 12:19:51 +01:00
6c0ab72f8f Improved implementation of assign operators 2025-03-01 11:34:36 +01:00
be6eafddf5 Fixed inconsistent lifetimes 2025-02-28 19:37:06 +01:00
a5a8f0f503 Simplified expression evaluation 2025-02-28 16:07:10 +01:00
b67361c035 Implemented Value interface 2025-02-28 12:15:19 +01:00
31423ccc08 Simplified Evaluate function 2025-02-27 23:28:17 +01:00
e7afb2dab5 Added eval package 2025-02-27 19:45:18 +01:00
efb3089211 Simplified Evaluate function 2025-02-27 15:30:44 +01:00
9f78733d5d Added Value type 2025-02-27 14:16:25 +01:00
ae6530aadb Added placeholders for type casts 2025-02-27 00:18:34 +01:00
bbf2970c4e Simplified constant folding 2025-02-26 20:02:53 +01:00
5f46a6f14e Implemented boolean literals 2025-02-26 14:33:41 +01:00
91f34bc88f Updated module path 2025-02-25 17:16:09 +01:00
df782ae1cb Added more tests 2025-02-22 13:58:07 +01:00
c088697446 Fixed incorrect division results 2025-02-22 12:54:23 +01:00
7598411c8f Updated documentation 2025-02-21 22:39:01 +01:00
91e01de3ad Implemented environment type 2025-02-21 17:35:42 +01:00
4caac57210 Improved label consistency 2025-02-21 17:04:13 +01:00
1ca61190eb Fixed incorrect const values 2025-02-21 13:47:56 +01:00
36d0142573 Improved code quality 2025-02-20 16:55:17 +01:00
b655950516 Simplified ast package 2025-02-20 14:12:25 +01:00
45a36a645a Implemented for loops 2025-02-19 23:46:17 +01:00
7922cff7ba Implemented loop iterators 2025-02-19 17:52:15 +01:00
1bc845e6f0 Implemented loads with register offsets 2025-02-19 15:36:42 +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
9f125694be Added a program init function 2025-02-16 15:46:54 +01:00
00be603b8f Improved thread creation on Linux 2025-02-16 11:31:31 +01:00
d0bcd8cf9f Improved Windows ABI support 2025-02-15 18:23:33 +01:00
0a1a8f741d Implemented const keyword 2025-02-15 14:38:01 +01:00
c8b5c4dbfe Added more tests 2025-02-14 00:26:48 +01:00
aec22b0a7e Removed unnecessary parameter 2025-02-13 16:58:59 +01:00
b7b4dad1a5 Simplified return code 2025-02-12 17:34:48 +01:00
3fb05c382a Reduced number of register moves 2025-02-12 17:02:51 +01:00
b32df45289 Removed unnecessary function 2025-02-12 16:29:45 +01:00
be384c5136 Fixed incorrect number of history entries 2025-02-12 15:00:19 +01:00
c10395eddc Fixed volatile registers on external calls 2025-02-12 12:47:08 +01:00
49afa5d800 Moved external calls to a separate function 2025-02-12 11:25:20 +01:00
3b66dae1d4 Implemented extern functions 2025-02-12 00:04:30 +01:00
4dd40f6fec Added number of used functions to the statistics 2025-02-10 17:17:59 +01:00
371059d08a Improved type system checks 2025-02-10 14:09:27 +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
064bb3acc7 Added a zero byte at the end of strings 2025-02-09 15:37:00 +01:00
2b2e707520 Implemented length storage of allocated memory 2025-02-09 14:14:41 +01:00