Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site sdcrdcf.UUCP Path: utzoo!watmath!clyde!akgua!sdcsvax!sdcrdcf!mike From: mike@sdcrdcf.UUCP (Michael Williams) Newsgroups: net.unix-wizards Subject: Re: Comment recognition in Lex, again (still !) Message-ID: <1092@sdcrdcf.UUCP> Date: Fri, 18-May-84 19:00:39 EDT Article-I.D.: sdcrdcf.1092 Posted: Fri May 18 19:00:39 1984 Date-Received: Sun, 20-May-84 00:04:19 EDT References: <530@sri-arpa.UUCP> <1595@sunybcs.UUCP> Reply-To: mike@sdcrdcf.UUCP (sdcrdcf!mike) Organization: System Development Corporation, Santa Monica Lines: 9 printf("If you're preparing to handle /* all */ comments,"); /* Be prepared for comments like: /* "these" */ /* "or variants such as: /* "these", "/*", "*/" */" */ /* and mismatched" quotes as "well" */ /* If you're in a comment-istic state, all "quotes" are censored. * If your (valid state is) "quoted", all comments are ignored. */ Mike