diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-27 13:16:35 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-27 13:16:35 +0100 |
commit | 51b0f39011b074556586b1c0e66e9451815d8a99 (patch) | |
tree | 0a4c7e8454247782288fa95418ddb95ef2d60ac0 /TODO | |
parent | Remove -e flag, remove long options, start rewriting in C, add support for changing shell (diff) | |
download | gpp-51b0f39011b074556586b1c0e66e9451815d8a99.tar.gz gpp-51b0f39011b074556586b1c0e66e9451815d8a99.tar.bz2 gpp-51b0f39011b074556586b1c0e66e9451815d8a99.tar.xz |
remove todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,11 +0,0 @@ -This should only used when necessary when when a specific flag is used. - Before all lines, add 10ⁿ−1 empty lines where n is as small as possible - to retain as line numbers but with a constant multiple. Then add m10ᷜ - number of empty lines at the top of the file, where k is large and n is - the number specified above. Because of line continuations and disc - resources it is best to implement this in gpp. - -The option above should be aware of line continues using a backslash at -the end of the line before the continuation unless another flag is used. -This could either be an additional flag or an alternative flag (uppercase -of the above's.) |