summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-07 09:02:58 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-07 12:53:15 +0200
commit6118406c3eac88a06a414edf4a50b175fa339916 (patch)
treeee382b34ff3070a49277cfce8f97d60fcbe8fb18 /TODO
parenta83202a43698c2ba3990180ad85d6547ea2e9f17 (diff)
downloadbison-6118406c3eac88a06a414edf4a50b175fa339916.tar.gz
style: formatting changes in scan-code.l
* src/scan-code.l: Fix indentation.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0ae9ef89..8bdee7c3 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,14 @@
See the recent changes about function prototypes in POSIX Yacc. Implement
them.
+** scan-code
+The default case is scanning char-per-char.
+
+ /* By default, grow the string obstack with the input. */
+ .|\n STRING_GROW ();
+
+make it more eager?
+
** Missing tests
commit c22902e360e0fbbe9fd5657dcf107e03166da309
Author: Akim Demaille <akim.demaille@gmail.com>