Related articles |
---|
Use some variables and function of Bison and Flex hugofilho@terra.com.br (2003-09-27) |
From: | hugofilho@terra.com.br (HugoFilho) |
Newsgroups: | comp.compilers |
Date: | 27 Sep 2003 14:01:56 -0400 |
Organization: | http://groups.google.com/ |
Keywords: | yacc, lex, question |
Posted-Date: | 27 Sep 2003 14:01:55 EDT |
I've some doubts about how can i use some functions and variables
avaliable in Bison and Flex. The functions is: yyback, yyestate,
yyinput, yylook, yymatch, yyoutput, yysvec. If anybody knows where can
i find any reference about this functions and variables, please tell
me.
Thanks!
[yyinput and yyoutput are the lex input and output streams,
documented in the man page. The rest are internal yacc
stuff that you use at your own risk since there's no promise
that they'll do the same thing or even exist from one version
of yacc or bison to another. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.