version 1.13, 2006/09/05 19:52:16
|
version 1.14, 2007/07/11 19:23:43
|
Line 41
|
Line 41
|
/*------------------------------------------------------------------------*/ |
/*------------------------------------------------------------------------*/ |
/**************************************************************************/ |
/**************************************************************************/ |
|
|
|
%option stack |
|
|
%{ |
%{ |
|
|
#include <stdio.h> |
#include <stdio.h> |
Line 1047 begin_text() { BEGIN S_TEXT; }
|
Line 1049 begin_text() { BEGIN S_TEXT; }
|
extern void |
extern void |
begin_question() { LLDBUG_PR1("[<S_TEXT>]"); |
begin_question() { LLDBUG_PR1("[<S_TEXT>]"); |
IFcount = 0; While_idx=0; /* initialize some stacks */ |
IFcount = 0; While_idx=0; /* initialize some stacks */ |
End_of_input = 0; YY_FLUSH_BUFFER; BEGIN S_TEXT; } |
End_of_input = 0; yy_flush_buffer(YY_CURRENT_BUFFER ); BEGIN S_TEXT; } |
|
|
extern void |
extern void |
end_problemset() { End_of_input = 0; YY_FLUSH_BUFFER; BEGIN S_TEXT; } |
end_problemset() { End_of_input = 0; yy_flush_buffer(YY_CURRENT_BUFFER ); BEGIN S_TEXT; } |
|
|
|
|
/* ========================================================================================== */ |
/* ========================================================================================== */ |