simple_wc_example
simple_wc_example copied to clipboard
simple word count example using flex/bison parser
Results
1
simple_wc_example issues
Sort by
recently updated
recently updated
newest added
Here is another fix to the Flex include path problem on MacOS, assuming use of Flex installed with homebrew: ```bash $ cmake -D CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=/usr/local/opt/flex/include .. -- Configuring done -- Generating...