diff options
Diffstat (limited to 'TODO/parser.md')
| -rw-r--r-- | TODO/parser.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 1 | # Improve command parser | ||
| 2 | |||
| 3 | First, expand this TODO file to be more precise. | ||
| 4 | |||
| 5 | ## Refactor | ||
| 6 | |||
| 7 | * The syntax of a command's options should be described by data, not by a | ||
| 8 | parser function. | ||
| 9 | * A single parser function can then parse options for all commands. | ||
| 10 | |||
| 11 | ## Usability | ||
| 12 | |||
| 13 | * Better error messages! | ||
