westes / flex

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

Create Scanner #679

Closed akanocaleb closed 1 month ago

Mightyjo commented 1 month ago

What are you improving or changing? You can link to issues and PRs by number. (This one is #679, for example.)

If you're adding an example, it should live in the examples/ directory. Your scanner is quite similar to examples/manual/numbers.lex which you may find interesting.

Finally, Flex input files typically have the suffix ".l" or ".lex".

westes commented 1 month ago

Closing as per @Mightyjo's comments.