billvaglienti / ProtoGen

Communications protocol generation software
MIT License
30 stars 16 forks source link

Proper error/warning outputs #17

Closed billvaglienti closed 8 years ago

billvaglienti commented 8 years ago

Protogen should output warnings and errors in the same format as a compiler, so that IDEs can provide a proper UI for users to click on, which will take them directly to the faulty line of the xml file.

billvaglienti commented 8 years ago

Had to write my own xml parser (boy is that lame), but errors and warnings now include line numbers, and are properly formatted to be understood by IDEs.