https://github.com/lexxmark/winflexbison
Main winflexbision repository
https://github.com/lexxmark/winflexbison
bison flex gnu-bison winflexbison
Last synced: 5 months ago
JSON representation
Main winflexbision repository
- Host: GitHub
- URL: https://github.com/lexxmark/winflexbison
- Owner: lexxmark
- License: gpl-3.0
- Created: 2015-10-20T03:17:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T18:04:51.000Z (almost 3 years ago)
- Last Synced: 2025-08-01T05:21:45.493Z (7 months ago)
- Topics: bison, flex, gnu-bison, winflexbison
- Language: C
- Homepage:
- Size: 8.11 MB
- Stars: 440
- Watchers: 24
- Forks: 130
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: COPYING
Awesome Lists containing this project
README
# WinFlexBison - Flex and Bison for Microsoft Windows
WinFlexBison is a Windows port of [Flex (the fast lexical analyser)](https://github.com/westes/flex/) and [GNU Bison (parser generator)](https://www.gnu.org/software/bison/).
Both win_flex and win_bison are based on upstream sources but depend on system libraries only.
**NOTE**:
* 2.4.x versions include GNU Bison version 2.7
* 2.5.x versions include GNU Bison version 3.x.x
## License
Flex uses a [BSD license](flex/src/COPYING), GNU Bison is [licensed under the GNU General Public License (GPLv3+)](bison/src/COPYING).
All build scripts in WinFlexBison are distributed under GPLv3+. See [COPYING](COPYING) for details.
All documentation, especially those under custom_build_rules/doc, is distributed under the GNU Free Documentation License (FDL 1.3+).
## Build status
Bison 3.x (master) [](https://ci.appveyor.com/project/lexxmark/winflexbison/branch/master) and, for compatibility reasons, Bison 2.7 (bison2.7) [](https://ci.appveyor.com/project/lexxmark/winflexbison/branch/bison2.7)
## Downloads
https://github.com/lexxmark/winflexbison/releases provides stable versions.
To test non-released development versions see the artifacts provided by CI under "Build status".
## Changelog
The release page includes the full Changelog but you may also see the [changelog.md](changelog.md) file.
## Build requirements
* Visual Studio 2017 or newer
* optional: CMake (when building with CMake)
## HowTo
You may use win_flex and win_bison directly on the command line or [use them via CustomBuildRules in VisualStudio](custom_build_rules/README.md).
## Example flex/bison files
See https://github.com/meyerd/flex-bison-example