Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 298 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 298 Bytes

Flex/Bison C++ Skeleton

Sometimes, I just want to make a programming language. Flex + Bison are pretty good for C++, but they take a little bit of configuring to get right. This is just a skeleton that provides a working build of Flex/Bison for C++, so you can get started immediately with it.