• Joined on 2025-04-23
afonya pushed to main at afonya/AstroLang 2025-05-30 22:08:50 +02:00
e9d1f9bbd6 fixed the "!" operation
afonya pushed to main at afonya/AstroLang 2025-05-30 22:01:18 +02:00
0c60e98d9f added ifs
afonya pushed to main at afonya/AstroLang 2025-05-30 21:30:38 +02:00
b186e45067 added variable updates
afonya pushed to main at afonya/AstroLang 2025-05-30 21:21:55 +02:00
4c69228848 added functions and calls
afonya pushed to main at afonya/AstroLang 2025-05-30 20:27:10 +02:00
1561abcc31 some fixing + strings
afonya pushed to main at afonya/AstroLang 2025-05-29 21:36:36 +02:00
b3ba7162b7 added more operations to compiler
afonya pushed to main at afonya/AstroLang 2025-05-29 21:23:14 +02:00
35e8dd18b7 begin compiler
afonya pushed to main at afonya/IGA 2025-05-29 14:41:37 +02:00
4537d2b3d2 made it faster for bigger files, might compromise security though
afonya pushed to main at afonya/IGA 2025-05-29 14:16:51 +02:00
78bcace8ed fix a potential freeze
afonya pushed to main at afonya/IGA 2025-05-29 11:58:33 +02:00
2bd897a6f6 update the algorithm again
afonya pushed to main at afonya/AstroLang 2025-05-24 19:29:15 +02:00
7399a6d2ef added a way to create env function that have access to the executor
afonya pushed to main at afonya/AstroLang 2025-05-24 19:18:32 +02:00
58b1b2f94b added function calls, Rust functions, enviroment
afonya pushed to main at afonya/AstroLang 2025-05-24 18:51:02 +02:00
867cea5046 added ifs + new operations
afonya pushed to main at afonya/AstroLang 2025-05-24 18:36:02 +02:00
8679172c42 added functions to memory
afonya pushed to main at afonya/AstroLang 2025-05-24 18:29:13 +02:00
724bec6eb2 utilitize crashed state
afonya pushed to main at afonya/AstroLang 2025-05-24 18:22:12 +02:00
8403628d7f add variable updates and some fixing
afonya pushed to main at afonya/AstroLang 2025-05-24 18:17:36 +02:00
581c301165 add operations
afonya pushed to main at afonya/AstroLang 2025-05-24 18:01:15 +02:00
c880366eb0 begin executor
afonya pushed to main at afonya/AstroLang 2025-05-24 16:27:57 +02:00
eae6c61c24 added else, elseif, cleaned up
afonya pushed to main at afonya/AstroLang 2025-05-24 16:13:30 +02:00
efaca55138 added for, continue