From 44ca30e3d78824a1f628a01b5bf22be4243a7889 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 17 Jul 2020 20:44:07 +0200 Subject: [PATCH] added a TODO.txt --- TODO.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..0816b5c --- /dev/null +++ b/TODO.txt @@ -0,0 +1,5 @@ + - Refactor parsing logic + - Understand quotes (and don't split at spaces within quotes) + - Syntax information in toolbar (configurable) + - Colorful Exceptions? + - Support for other delimiter than " " e.g. "."