feat(stroid): initial commit

This commit is contained in:
2026-01-27 07:18:18 -05:00
commit 70fa469baa
17 changed files with 985 additions and 0 deletions

4
meson.build Normal file
View File

@@ -0,0 +1,4 @@
project('stroid', 'cpp', meson_version : '>= 1.3.0', version : 'v0.1.0a0.1', default_options : ['cpp_std=c++23'])
subdir('build-config')
subdir('src')