1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 09:36:16 +02:00

eeshow/TODO: updated

This commit is contained in:
Werner Almesberger 2016-08-22 07:07:33 -03:00
parent 361f0c2dcd
commit 7e6d35760e

View File

@ -1,7 +1,6 @@
Parsing and input processing:
- unify alignment, direction
- find libraries (e.g., from .pro)
- parse .kicad_wks
- 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)