insert feature in TODO list

This commit is contained in:
Mesabloo 2022-04-22 20:08:21 +02:00
parent eac70e6c58
commit 020f6d7a8a

View File

@ -100,10 +100,13 @@ More examples are given in the [`test/rendering`](./test/rendering) folder.
## TODO list
- Handle variable-width characters such as tabs or some unicode characters
- Handle variable-width characters such as tabs or some unicode characters.
For tabs, we may just resort to having the user fix a given number of
spaces in the `printDiagnostic` function.
- Modern compilers also emit error codes, which is very handy when it comes documentation.
We need to support this (optionally) as an additional argument to a `Report`.
## License