From 0adf7363cd584d494871f99789fa5ae0e7e02573 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 22 Aug 2016 23:22:23 -0300 Subject: [PATCH] TODO: we now parse project files, too :) --- eeshow/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/eeshow/TODO b/eeshow/TODO index afe9a79..ebbaaed 100644 --- a/eeshow/TODO +++ b/eeshow/TODO @@ -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)