Implement parsing

This commit is contained in:
2025-08-09 19:43:17 +01:00
parent f97cea9290
commit a03ef58eca
5 changed files with 377 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ endfunction()
add_test_suites(
am_tests.c
parse_tests.c
store_tests.c
token_tests.c
)