aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
* Add backslash identifier support to v2scriptadd/backslash-identifier Spartan3222024-07-22-12/+24
* Add find_intern to v2script Parseradd/find_intern Spartan3222024-07-06-0/+14
* Fix string interning pointer invalidity for ASTsimplify-string-interning Spartan3222024-07-05-6/+272
* Add unit testsadd/unit-testing Spartan3222024-06-22-19/+67
* Add runtime encoding detection and conversionfix/char-detection Spartan3222024-06-18-1094/+248
* Expose dataloader includesfix/includes Spartan3222024-05-15-14/+1
* Fix bugs in #37fix/error-handling Spartan3222024-05-11-43/+64
* Add `deps/dryad` -> https://github.com/Spartan322/dryadadd/dryad Spartan3222024-05-09-427/+1372
* Fixed BasicParser::_file_path relying on externally controlled memory hop3112024-01-22-2/+5
* Fix includes Spartan3222024-01-18-9/+2
* Change nodes to support list checks: Spartan3222023-11-04-25/+22
* Add grammar support for BEL, HT, LF, and CR characters Spartan3222023-10-20-13/+13
* Add Lua Defines parsing Spartan3222023-10-12-0/+1
* Make File contents optional Spartan3222023-10-05-0/+12
* Overhaul CSV parsing and align with Victoria 2 CSVs Spartan3222023-09-14-1/+1
* Add Node Line/Column Generator Spartan3222023-09-05-27/+224
* Add Windows-1252 CSV Parser Spartan3222023-09-04-5/+51
* Add csv::Parser.get_lines() implementation Spartan3222023-09-03-1/+1
* Add github actions and workflow Spartan3222023-09-02-11/+31
* Rework Grammar and Parser Spartan3222023-09-02-13/+675
* Initial structural commit Spartan3222023-07-26-0/+27