mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-27 01:36:46 +01:00
Allows various string types to be used with the overload without constructing a std::string (such as const char* etc). |
||
|---|---|---|
| .. | ||
| instructions | ||
| .gitignore | ||
| CMakeLists.txt | ||
| common_types.h | ||
| literal_number.cpp | ||
| literal_number.h | ||
| literal_string.cpp | ||
| literal_string.h | ||
| op.cpp | ||
| op.h | ||
| operand.cpp | ||
| operand.h | ||
| sirit.cpp | ||
| stream.cpp | ||
| stream.h | ||