Add minimal abstract machine module

This commit is contained in:
2025-08-09 19:42:49 +01:00
parent e50fd10f9b
commit f97cea9290
5 changed files with 71 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ function(add_test_suites)
endfunction()
add_test_suites(
am_tests.c
store_tests.c
token_tests.c
)