comparison src/lex.l @ 2492:06595bc7f2d0

[project @ 1996-11-09 00:13:50 by jwe]
author jwe
date Sat, 09 Nov 1996 00:13:54 +0000
parents 7ef24992e290
children 7dc71ca5d092
comparison
equal deleted inserted replaced
2491:d47834a272c2 2492:06595bc7f2d0
58 #include "pt-mat.h" 58 #include "pt-mat.h"
59 #include "pt-misc.h" 59 #include "pt-misc.h"
60 #include "pt-plot.h" 60 #include "pt-plot.h"
61 #include "utils.h" 61 #include "utils.h"
62 #include "variables.h" 62 #include "variables.h"
63 #include "y.tab.h" 63 #include <y.tab.h>
64 #include "oct-gperf.h" 64 #include <oct-gperf.h>
65 65
66 // Flags that need to be shared between the lexer and parser. 66 // Flags that need to be shared between the lexer and parser.
67 lexical_feedback lexer_flags; 67 lexical_feedback lexer_flags;
68 68
69 // Stack to hold tokens so that we can delete them when the parser is 69 // Stack to hold tokens so that we can delete them when the parser is