Commit graph

16 commits

Author SHA1 Message Date
7879184d56
fix wasm and tests
All checks were successful
/ test (push) Successful in 51s
2026-07-15 21:46:14 +02:00
828ebb23c0
update + repl fixed + bugfixes 2026-07-10 21:15:28 +02:00
43e450c207
we in era3 boys; overhauled expression system, and variables are now in maps 2026-07-09 23:10:49 +02:00
daab50d54c
separate number into float and integer 2026-07-07 23:24:44 +02:00
c8660a6471
add file trace to parser, refactor, fix inner type 2025-09-30 14:09:05 +02:00
be7809d467
Fix parser edge-cases, fix wasm, refactor 2025-04-04 09:52:41 +02:00
49c15f6fb6 not done yet 2025-03-30 10:42:28 +02:00
3fb978638f
tweak parsing error 2025-03-20 13:06:41 +01:00
b1b8e61f57
improve errors, add warnings, add some compile-time optimizations, fix variables, make sure conditionals and loops get booleans, affirm types, keep variables to a single type 2025-03-20 12:15:13 +01:00
84cc845748
Basic type system working 2025-03-16 22:46:49 +01:00
3f260e7ffd
Improve code quality 2025-03-16 21:16:12 +01:00
5edad332cd
Fix values 2025-03-16 21:03:17 +01:00
40a538b73d
Add test for func 2025-03-10 16:24:07 +01:00
0ab370b8e4
Allow else-if statements 2025-01-03 22:35:05 +01:00
6b90cc488e
Make parser send error upwards instead of panicing 2024-12-29 14:49:31 +01:00
62656c6dff
separate core from cli into submodules, add support for boolean and and or operations, make more fields public, fix passing arguments to functions 2024-12-13 11:33:47 +01:00
Renamed from main_test.go (Browse further)