Add a little note about Xcode bison not cutting it.

This commit is contained in:
Stephen Williams 2019-10-07 13:21:16 -07:00
parent 763cc9c162
commit 0d29bd7c1c
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ on a UNIX-like system:
- bison and flex
It has been reported that bison 2.3 on MacOS generates broken
code, but bison 3.0.4 works.
code, but bison 3.0.4 works. We recommend using the Fink
project version of bison and flex (finkproject.org).
- gperf 3.0 or later
The lexical analyzer doesn't recognize keywords directly,