GandaG / pyfomod

A high-level fomod library written in Python.
https://pyfomod.rtfd.io/
Apache License 2.0
7 stars 6 forks source link

Reinforce parser recovery #8

Closed GandaG closed 4 years ago

GandaG commented 4 years ago

The parser should be able to recover from all but the most egregious of syntax errors. Currently it fails on some schema errors (missing required attributes, invalid attribute values, see gandag/fomod-validator#8).