westes / flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question

nIxedoahz opened this issue · comments

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

This is not a report of an issue with flex.