|
|
afa7831e93
|
Fixed parse issues: Format Type not being correctly parsed
|
2021-11-25 16:25:39 +01:00 |
|
|
|
3f46775b35
|
Moved functions to appropriate header files; Implemented const char* formatting
|
2021-11-25 11:04:24 +01:00 |
|
|
|
8ccceeef0d
|
Changed the way detail::format_args works: A preprocessing step yields the whole array without formatted values, values are then formatted in place
|
2021-11-25 10:16:09 +01:00 |
|
|
|
5a0185e074
|
Replaced if-statement-chain with switch case
|
2021-11-25 09:48:55 +01:00 |
|
|
|
12eec70058
|
Formatting
|
2021-11-22 11:18:48 +01:00 |
|
|
|
5ad045fa58
|
Made code easier to read
|
2021-11-22 11:07:14 +01:00 |
|
|
|
800c141a87
|
Added more tests; is_digit(s, i) -> is_digit<s>(i); Minor other stuff
|
2021-11-22 10:53:55 +01:00 |
|
|
|
0d72d35229
|
Implemented ast_node_T; parse_string now returns an actual AST; Moved functions to new files
|
2021-11-21 16:53:57 +01:00 |
|