westes / flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++
Other
3.54k stars 529 forks source link

question #617

Closed nIxedoahz closed 7 months ago

nIxedoahz commented 7 months ago

When I define flex, I want a word to be both defined by me and matched by a regular expression. What do I need to do Here's an example:     Create table table..... The second table is a custom name, how to solve this situation, thank you

westes commented 7 months ago

This is not a report of an issue with flex.