Click here to Skip to main content
15,881,172 members
Articles / General Programming / Performance

Constructing Fast Lexical Analyzers with RE/flex - Why Another Scanner Generator?

Rate me:
Please Sign up or sign in to vote.
5.00/5 (35 votes)
30 Apr 2020BSD25 min read 52.2K   472   49  
RE/flex for C++
This article introduces RE/flex for C++. RE/flex generates fast lexical analyzers similar to Flex, but supports Unicode patterns, indentation matching, lazy repeats, smart input handling, error reporting, and performance tuning. RE/flex is compatible with Bison and accepts Flex lexer specifications.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
CEO
United States United States
Founder of Genivia inc, Professor of Computer Science

Comments and Discussions