RE: get "unrecognised rule" error
"Thurn, Martin (TASC Inc)" <[email protected]> Mon, 25 Jan 2010 10:36:54 -0600
| Newsgroups | gmane.comp.lex.flex.general |
|---|---|
| Message-ID | <[email protected]> |
The error is in your "sign" pattern. Plus sign (+) is a special = character, you cannot start a pattern with it. Try this: sign [-+] =A0- - Martin=20 From: [email protected] = [mailto:[email protected]] On Behalf Of = sdatta Sent: Saturday, January 23, 2010 15:42 To: [email protected] Subject: get "unrecognised rule" error hi, i m new to flex...pls answer my query! i m getting "unrecognised = rule" error in my code cpp.l i figured-out that its due to line 78 where = rule for "pp_num" is written. uploaded the code cpp.l plss help.... = Thanks sdatta=20