Fast parser for Paradox game scripts and save data (Crusader Kings, Europa Universalis, Hearts of Iron, Stellaris, etc.) with a Python interface backed by a Rust extension.
I wrote ScriptParser as the foundation of another tool that will build documentation for my scripts by parsing the code and comments. That is in the works, but ScriptParser itself is complete and ...