Simple Bison, Flex and GCC Utility
____ ______ ______ __
/ __ )/ ____/ /_ __/___ ____ / /
/ __ / /_ / / / __ \/ __ \/ /
/ /_/ / __/ / / / /_/ / /_/ / /
/_____/_/ /_/ \____/\____/_/
It uses custom binaries for gcc, flex and bison.
npm i -g bf-tool
Create and init a new project.
bf-tool new "project"
Auto generate .l and .y files.
bf-tool init
Compile Bison, Flex, GCC and print error / result.
bf-tool run <expression> <flags>
CLI info.
Use a file as input.
-f in.txt
Add other files that should be compiled.
-c "path/to/file1.c path/to/file2.c"
Use default input file (in.txt).
Build/Run on files change.
Compile but not run executable.
Bison -v flag.
MIT License