questions about lcc cpp fsm
- From: "Eric Fisher" <joefoxreal@xxxxxxxxx>
- Date: 11 Jun 2006 02:19:26 -0400
Hi,
Who can tell me the meaning of C_XX in lcc cpp lex.c. I don't
understand the following sentence.
START, { C_XX }, ACT(UNCLASS,S_SELF),
What's the ACT?
#define ACT(tok,act) ((tok<<7)+act)
What does the ACT mean?
Thanks
Eric
.
- Prev by Date: Re: Natural "for" Loop, using Plural / Singular transformations ??
- Next by Date: Re: Natural "for" Loop, using Plural / Singular transformations ??
- Previous by thread: Wirth: Compiler Construction (pdf)
- Next by thread: Compiler positions available for week ending June 11
- Index(es):