feat(stroid): added command line and tests

This commit is contained in:
2026-01-30 13:21:43 -05:00
parent 58f59516ec
commit ce69b91fde
30 changed files with 975 additions and 46 deletions

1
tools/meson.build Normal file
View File

@@ -0,0 +1 @@
executable('stroid', 'stroid.cpp', dependencies: [stroid_dep, cli11_dep], install: true)