actor files now .ce; module files now .cm; add toml encoder/decoder and test

This commit is contained in:
2025-05-30 15:25:31 -05:00
parent 674eb237e0
commit 11357d4fb5
117 changed files with 376 additions and 89 deletions

View File

@@ -1,6 +1,6 @@
debug: FORCE
meson setup build_dbg -Dbuildtype=debug
meson install -C build_dbg
meson install --only-changed -C build_dbg
fast: FORCE
meson setup build_fast