From c6f0bdfc5c9b976644a68a75e28d4a70dba2f3c6 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 18 Jul 2019 17:45:01 +0100 Subject: [PATCH] Progress... --- SPEC | 6 + parse_ini | 319 +++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 228 insertions(+), 97 deletions(-) diff --git a/SPEC b/SPEC index ed9f0e7..22ee514 100644 --- a/SPEC +++ b/SPEC @@ -20,3 +20,9 @@ Escaping of shell special characters is not required. ??? * The .-+ characters in section names will be converted to _ * Section names are case sensitive (unless --ignore-case? is used), so 'Foo' and 'foo' are different sections. * Whitespace is ignored before and after the section name. + + +Booleans +-------- +* no_