Add comment stating how to enable debug option in flex.
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Sun, 16 Apr 2017 09:00:09 +0100
changeset 1050 bdc21971f95d
parent 1049 4d7183013481
child 1051 e483512edbeb
Add comment stating how to enable debug option in flex.
stage1_2/iec_flex.ll
--- a/stage1_2/iec_flex.ll	Sun Apr 16 08:46:58 2017 +0100
+++ b/stage1_2/iec_flex.ll	Sun Apr 16 09:00:09 2017 +0100
@@ -96,6 +96,11 @@
 %option nounput
 */
 
+/* The '%option debug' makes the generated scanner run in
+ * debug mode.
+%option debug
+ */
+
 /**************************************************/
 /* External Variable and Function declarations... */
 /**************************************************/