1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 15:10:38 +02:00

TODO: we now parse project files, too :)

This commit is contained in:
Werner Almesberger 2016-08-22 23:22:23 -03:00
parent 44e17ff5ab
commit 0adf7363cd

View File

@ -1,6 +1,5 @@
Parsing and input processing:
- unify alignment, direction
- find libraries (e.g., from .pro)
- on parse error, politely complain, don't terminate;
convert abort / assert(0) to proper error indications
- quoted strings can have embedded double quotes, with \" (see parse_field)