Commit graph

38 commits

Author SHA1 Message Date
60ce82e68b
fixed multi file error messages 2025-06-18 19:37:47 +02:00
f234dc1564
added a way to create a network connection 2025-06-18 18:00:46 +02:00
048f5079ae
update everything to 1.0 2025-06-18 16:44:35 +02:00
17ffb11f34
prepare for coroutine 2025-06-18 14:46:59 +02:00
6fe9395817
finished try/catch 2025-06-18 14:21:31 +02:00
3dd28cedd3
prepare the error system for try/catch 2025-06-18 13:14:58 +02:00
1a98959be0
begin adding try/catch 2025-06-18 12:56:54 +02:00
f817a83f1d
added more enviroment functions, fixed a bug with function calls 2025-06-18 11:47:42 +02:00
b35f52d02e
added some more enviroment functions (table, filesystem) 2025-06-18 00:05:17 +02:00
bf82ead8a8
fixed multiple variable issues, added a way to view an ASX file 2025-06-17 19:33:09 +02:00
5d43674d0e
added CLI 2025-06-16 18:15:57 +02:00
b4f930d1c5
added imports 2025-06-11 15:35:25 +02:00
867799fec3
error system now works for multiple functions 2025-06-08 22:16:01 +02:00
532fffe725
begin new error system, unfinished 2025-06-06 22:01:53 +02:00
9a915cd274
added table set 2025-06-04 18:52:59 +02:00
9b0335e8d6
added table get 2025-06-03 19:51:19 +02:00
6caafe77d0
added tables to the parser 2025-06-03 19:01:13 +02:00
d1483f9e61
remove unused debug stuff 2025-06-03 18:38:37 +02:00
40a1a459b3
remove old executor 2025-06-03 18:35:59 +02:00
a5c2420d20
add function execution to the VM 2025-06-03 18:32:52 +02:00
749ba9a1a9
fixing 2025-06-01 17:07:41 +02:00
3695f409db
added some base operations to the VM 2025-06-01 15:54:48 +02:00
3188361158
begin VM 2025-06-01 15:33:42 +02:00
2894780124
compiler is pretty much done 2025-06-01 14:37:46 +02:00
83e7238de4
added return to the parser 2025-05-30 22:50:37 +02:00
35e8dd18b7
begin compiler 2025-05-29 21:23:30 +02:00
58b1b2f94b
added function calls, Rust functions, enviroment 2025-05-24 19:18:26 +02:00
c880366eb0
begin executor 2025-05-24 18:01:07 +02:00
eae6c61c24
added else, elseif, cleaned up 2025-05-24 16:27:53 +02:00
efaca55138
added for, continue 2025-05-24 16:12:07 +02:00
c3a3c9032a
added while, break 2025-05-24 15:54:11 +02:00
9565ca41fa
added ifs 2025-05-23 23:47:02 +02:00
74afdd73db
added functions 2025-05-23 23:26:16 +02:00
92a8cabcab
more function stuff 2025-05-23 21:19:17 +02:00
b074f18648
added booleans, variable updates and function execution 2025-05-23 20:26:39 +02:00
2851612e39
begin expression handling 2025-04-24 23:29:57 +02:00
6aa40a3e3e
begin parser 2025-04-24 21:50:54 +02:00
d294a06820
made the lexer 2025-04-23 21:04:09 +02:00