Bison skeleton file questions.

Jeffrey Bisset <bissetj@seq.oit.osshe.edu>
Tue, 25 Apr 1995 16:54:50 GMT

          From comp.compilers

Related articles
Bison skeleton file questions. bissetj@seq.oit.osshe.edu (Jeffrey Bisset) (1995-04-25)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Jeffrey Bisset <bissetj@seq.oit.osshe.edu>
Keywords: yacc, question
Organization: Compilers Central
Date: Tue, 25 Apr 1995 16:54:50 GMT

What is the signifigance of the following defines in a bison skeleton file?


YYIMPURE
YYPURE
YYLSP_NEEDED


Thanks,
Jeff Bisset
bissetj@seq.oit.osshe.edu
[Pure vs. impure is supposed to let you create a lexer you can call
recursively. -john]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.