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

@@ -5,6 +5,7 @@ add_library(imp
expr.c
memory_stream.c
parse.c
prim.c
store.c
token.c
)