summaryrefslogtreecommitdiff
path: root/issues/closed/316.txt
diff options
context:
space:
mode:
Diffstat (limited to 'issues/closed/316.txt')
-rw-r--r--issues/closed/316.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/closed/316.txt b/issues/closed/316.txt
new file mode 100644
index 00000000..130b936b
--- /dev/null
+++ b/issues/closed/316.txt
@@ -0,0 +1,17 @@
+Id: 316
+Subject: compilation error in fsm code generation
+Tracker: Bug
+Status: Fixed
+Fixed-Version: 0.3
+Created-On: Sun Aug 07 10:11:29 -0700 2011
+Updated-On: Sun Aug 07 10:14:37 -0700 2011
+
+<pre>
+lex all
+{
+ ignore /'#' any* '\n'/
+
+ token word /[^#\n]+/
+ token NL /'\n'/
+}
+</pre>