Implement +, * and - primitives

This commit is contained in:
2025-08-10 14:52:38 +01:00
parent 472a682757
commit b20a6749f7
7 changed files with 238 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ add_test_suites(
eval_tests.c
expr_tests.c
parse_tests.c
prim_tests.c
store_tests.c
token_tests.c
)