stage1_2/iec_flex.ll
changeset 1050 bdc21971f95d
parent 1031 ce026aee03e0
child 1055 ce7b65e24676
equal deleted inserted replaced
1049:4d7183013481 1050:bdc21971f95d
    93 
    93 
    94 /* We will be using unput() in our flex code, so we cannot set the following option!... */
    94 /* We will be using unput() in our flex code, so we cannot set the following option!... */
    95 /*
    95 /*
    96 %option nounput
    96 %option nounput
    97 */
    97 */
       
    98 
       
    99 /* The '%option debug' makes the generated scanner run in
       
   100  * debug mode.
       
   101 %option debug
       
   102  */
    98 
   103 
    99 /**************************************************/
   104 /**************************************************/
   100 /* External Variable and Function declarations... */
   105 /* External Variable and Function declarations... */
   101 /**************************************************/
   106 /**************************************************/
   102 
   107