From fcb3ac9b02c3ed150fbf6d539613510cc83627ea Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 14 Jan 2023 22:33:09 +0100 Subject: Re-organized TODO file --- TODO/parser.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TODO/parser.md (limited to 'TODO/parser.md') diff --git a/TODO/parser.md b/TODO/parser.md new file mode 100644 index 0000000..134f0d7 --- /dev/null +++ b/TODO/parser.md @@ -0,0 +1,13 @@ +# Improve command parser + +First, expand this TODO file to be more precise. + +## Refactor + +* The syntax of a command's options should be described by data, not by a + parser function. +* A single parser function can then parse options for all commands. + +## Usability + +* Better error messages! -- cgit v1.3