Commit graph

29 commits

Author SHA1 Message Date
749ba9a1a9
fixing 2025-06-01 17:07:41 +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
aa57551763
added else and else if 2025-05-30 22:44:09 +02:00
a01b9876f1
upgrade the register allocator & prepare for else 2025-05-30 22:27:11 +02:00
e9d1f9bbd6
fixed the "!" operation 2025-05-30 22:09:13 +02:00
0c60e98d9f
added ifs 2025-05-30 22:01:40 +02:00
b186e45067
added variable updates 2025-05-30 21:31:00 +02:00
4c69228848
added functions and calls 2025-05-30 21:22:16 +02:00
1561abcc31
some fixing + strings 2025-05-30 20:27:14 +02:00
b3ba7162b7
added more operations to compiler 2025-05-29 21:36:51 +02:00
35e8dd18b7
begin compiler 2025-05-29 21:23:30 +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
8679172c42
added functions to memory 2025-05-24 18:36:01 +02:00
8403628d7f
add variable updates and some fixing 2025-05-24 18:22:08 +02:00
581c301165
add operations 2025-05-24 18:17:32 +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
9565ca41fa
added ifs 2025-05-23 23:47:02 +02:00
74afdd73db
added functions 2025-05-23 23:26:16 +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
d294a06820
made the lexer 2025-04-23 21:04:09 +02:00