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

@@ -1,4 +1,5 @@
add_library(imp
am.c
memory_stream.c
store.c
token.c