I want to make a rule in flex to consume a c-style comment like /* */
i have the following
c_comment "/*"[\n.]*"*/"
But it doesn't ever get matched. Any idea why? if you need more of my code please let me know and I'll submit the whole thing. Thanks to anyone who replies.