rejectedsoftware / diet-ng

Compile-time indentation based, XML structured template system
MIT License
44 stars 24 forks source link

self correcting parsing mode #59

Open WebFreak001 opened 6 years ago

WebFreak001 commented 6 years ago

There should be a mode which doesn't throw exceptions on syntax errors but instead adds error nodes to the tree and attempts to continue parsing. This is useful for external tools and for showing more than one error per file.