Lines Matching refs:flex
1 # flex and bison binaries
3 This folder contains the flex and bison binaries. We use these binaries to
16 lexer and parser files. If we do we should add a flex/bison download for Mac as
21 ## Updating flex and bison binaries
30 Install MSys2 (x86_64) from http://www.msys2.org/ on Windows. `flex` should
37 Note the versions of flex and bison so the same versions can be build on Linux.
41 $ flex --version
42 flex 2.6.4
59 $ ldd /usr/bin/flex
69 $ cp /usr/bin/flex.exe \
75 tools/flex-bison/windows/
82 $ python tools/flex-bison/update_flex_bison_binaries.py
88 # Get the source of flex
89 $ git clone https://github.com/westes/flex.git
90 $ cd flex/
117 $ cp /path/to/flex/build/src/flex \
119 tools/flex-bison/linux/
126 $ python tools/flex-bison/update_flex_bison_binaries.py