|
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 |
|
|
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 |
|
|
27000668c2
|
added multi-char operators and separators
|
2025-05-23 20:45:50 +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 |
|
|
054c8d2fb7
|
fixed random spaces inside identifiers
|
2025-04-24 20:39:30 +02:00 |
|
|
4476e1db96
|
fixed numbers inside identifiers
|
2025-04-24 20:31:52 +02:00 |
|
|
95e427f8d1
|
added separators
|
2025-04-23 21:04:44 +02:00 |
|
|
d294a06820
|
made the lexer
|
2025-04-23 21:04:09 +02:00 |
|