From 1125784ec7b8322afd88964d38356857b9474641 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 26 Nov 2017 13:06:45 -0600 Subject: [PATCH] Updated TODO list --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 178ee36..a380b8e 100644 --- a/TODO.md +++ b/TODO.md @@ -15,9 +15,8 @@ organiztion for a given configuration structure. Some options here could be # Minor Fixes and Polish -* List parsing and semantics. * Full selector support. (i.e. expressions in the selector parts) - * List indexing? * JSON export * YAML export -* Error Reporting with Line, Column, and File information. \ No newline at end of file +* Error Reporting with Line, Column, and File information. +* All enums should use the tuple wrapping a concrete type pattern. \ No newline at end of file