summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-08-17 17:05:41 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-08-17 17:05:41 +0000
commit063a57d1cd27021f230bca2ce9298377e635fe5d (patch)
tree4ec643bdb951284faef748f708b859b45c708480 /flex.skl
parent6d7c3321ba710da3a984ec5da9dc7faf4bbcca23 (diff)
Working on tables API.
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl7
1 files changed, 7 insertions, 0 deletions
diff --git a/flex.skl b/flex.skl
index 23393ca..916f85c 100644
--- a/flex.skl
+++ b/flex.skl
@@ -1749,6 +1749,13 @@ void yyFlexLexer::LexerError( yyconst char msg[] )
}
%*
+%t Tables API Routines
+/* TODO: The Tables API is a work in progress.
+ * We need to generalize the input model for the tables so we
+ * don't duplicate code reading from a FILE*, int, or a void*.
+ */
+
+%t End Tables API Routines
/* Redefine yyless() so it works in section 3 code. */