Create print module

This commit is contained in:
2025-08-10 16:38:59 +01:00
parent d5173243ba
commit d90f91cda0
5 changed files with 97 additions and 0 deletions

View File

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