-/* Generated by re2c 0.14.3 on Thu Jul 30 14:53:06 2015 */
+/* Generated by re2c 0.14.3 on Thu Aug 6 10:57:02 2015 */
#include <stdlib.h>
#include <string.h>
#include <iostream>
{
--cur;
}
- yylval.token = new Token(tok, cur - tok, get_fname (), tline);
+ yylval.code = new Code (tok, cur - tok, get_fname (), tline);
return CODE;
}
else if (cursor == eof)
else if (--depth == 0)
{
cur = cursor;
- yylval.token = new Token(tok, cur - tok, get_fname (), tline);
+ yylval.code = new Code (tok, cur - tok, get_fname (), tline);
return CODE;
}
goto code;