diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-14 22:33:09 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-14 22:33:09 +0100 |
| commit | fcb3ac9b02c3ed150fbf6d539613510cc83627ea (patch) | |
| tree | 7ad41077725e771dab91cab6df39bf23026442a7 /TODO/parser.md | |
| parent | d97a625e8d96337dfa6a158cd247462b9cac29a5 (diff) | |
| download | nissy-fcb3ac9b02c3ed150fbf6d539613510cc83627ea.tar.gz nissy-fcb3ac9b02c3ed150fbf6d539613510cc83627ea.zip | |
Re-organized TODO file
Diffstat (limited to '')
| -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! | ||
