Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Simplify csv grammar to one file | Spartan322 | 2023-10-13 | -171/+0 |
| | | | | Remove hacky include behavior for CSVGrammar | |||
* | Overhaul CSV parsing and align with Victoria 2 CSVs | Spartan322 | 2023-09-14 | -0/+171 |
Fix "" not being converted into " in Csv files Move duplicated Grammar in CsvGrammar.hpp to Grammar.inc Add ParseOptions to simplify template options Add StringValue disable option: Inlines value escapes Add strings namespace to grammars for `ParseOptions.SupportStrings = true` Add string parse handling to parse_csv via argument |