refactor: migrate rust-like ops.

- migrate rust-like ops.
- migrate testbench for them but not finished.
This commit is contained in:
2025-08-05 13:53:59 +08:00
parent 27baf2a080
commit fcac886f07
8 changed files with 1090 additions and 0 deletions

View File

@ -13,6 +13,9 @@ PRIVATE
yycc/string/reinterpret.cpp
yycc/num/parse.cpp
yycc/num/stringify.cpp
yycc/num/op.cpp
yycc/num/safe_cast.cpp
yycc/num/safe_op.cpp
)
target_sources(YYCCTestbench
PRIVATE