refactor: add testbench for parse and stringify

This commit is contained in:
2025-06-24 11:29:01 +08:00
parent 3abd0969c0
commit adc99274f4
8 changed files with 133 additions and 432 deletions

View File

@ -8,6 +8,8 @@ PRIVATE
yycc/constraint/builder.cpp
yycc/string/op.cpp
yycc/string/reinterpret.cpp
yycc/string/parse.cpp
yycc/string/stringify.cpp
)
# Setup headers
target_include_directories(YYCCTestbench