> "<!--*"([-*]|("-"("*""-"?)*[-*])|(("*""-"?)+[-*]))*("*"|"-*")+"-->" Sigh... would that one could use exclusive start starts in the grammar... In an actual flex scanner, one would probably do something like: %x comment %% "<--*" BEGIN(comment); <comment>. "*-->" BEGIN(INITIAL);Received on Wednesday, 29 January 1997 09:54:02 EST
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 10:03:56 EDT