The error is in your "sign" pattern. Plus sign (+) is a special character, you cannot start a pattern with it. Try this:
sign [-+] - - Martin From: help-flex-bounces+martin.thurn=ngc....@gnu.org [mailto:help-flex-bounces+martin.thurn=ngc....@gnu.org] On Behalf Of sdatta Sent: Saturday, January 23, 2010 15:42 To: Help-flex@gnu.org 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 _______________________________________________ help-flex mailing list help-flex@gnu.org http://lists.gnu.org/mailman/listinfo/help-flex