|
de8a3c655b
|
error fixing
|
2025-06-16 22:11:01 +02:00 |
|
|
cef2217c9e
|
added floats, negative numbers
|
2025-06-16 18:51:34 +02:00 |
|
|
8aee85680a
|
added fast functions
|
2025-06-16 18:28:17 +02:00 |
|
|
f2220d1014
|
added networking to the enviroment
|
2025-06-11 19:43:53 +02:00 |
|
|
12d3250bc4
|
added multiline tables
|
2025-06-11 17:00:22 +02:00 |
|
|
b4f930d1c5
|
added imports
|
2025-06-11 15:35:25 +02:00 |
|
|
e0c3cf4407
|
fix parser warnings
|
2025-06-08 23:07:27 +02:00 |
|
|
291d5724f2
|
add continous function execution and table get
|
2025-06-08 23:06:21 +02:00 |
|
|
91f02bb7ab
|
added identifier table get
|
2025-06-08 22:21:57 +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 |
|
|
4faabe0d9c
|
added tables to the execution part
|
2025-06-03 19:39:17 +02:00 |
|
|
6caafe77d0
|
added tables to the parser
|
2025-06-03 19:01:13 +02:00 |
|
|
40a1a459b3
|
remove old executor
|
2025-06-03 18:35:59 +02:00 |
|
|
83e7238de4
|
added return to the parser
|
2025-05-30 22:50:37 +02:00 |
|
|
e9d1f9bbd6
|
fixed the "!" operation
|
2025-05-30 22:09:13 +02:00 |
|
|
7399a6d2ef
|
added a way to create env function that have access to the executor
|
2025-05-24 19:29:11 +02:00 |
|
|
58b1b2f94b
|
added function calls, Rust functions, enviroment
|
2025-05-24 19:18:26 +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 |
|
|
315ccc1504
|
add null, prepare for function
|
2025-05-23 21:07:43 +02:00 |
|
|
b56bb9a48c
|
add new operators to the shunter
|
2025-05-23 20:48:19 +02:00 |
|
|
b4886eff87
|
fix: parenthesis
|
2025-05-23 20:35:57 +02:00 |
|
|
b074f18648
|
added booleans, variable updates and function execution
|
2025-05-23 20:26:39 +02:00 |
|
|
28c440539d
|
added parenthesis
|
2025-05-17 19:52:46 +02:00 |
|
|
3f8d1df4cb
|
added operatiom parsing
|
2025-05-17 19:39:51 +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 |
|