1.5.0 • Published 7 years ago

bf-tool v1.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bf-tool

Simple Bison, Flex and GCC Utility

npm version

    ____  ______   ______            __
   / __ )/ ____/  /_  __/___  ____  / /
  / __  / /_       / / / __ \/ __ \/ / 
 / /_/ / __/      / / / /_/ / /_/ / /  
/_____/_/        /_/  \____/\____/_/  

Windows

It uses custom binaries for gcc, flex and bison.

Install

npm i -g bf-tool

Usage

new

Create and init a new project.

bf-tool new "project"

init

Auto generate .l and .y files.

bf-tool init

run

Compile Bison, Flex, GCC and print error / result.

bf-tool run <expression> <flags>

--v | --version

CLI info.

Flags

-f | -file

Use a file as input.

-f in.txt

-c | -compile

Add other files that should be compiled.

-c "path/to/file1.c path/to/file2.c"

-d

Use default input file (in.txt).

-w | -watch

Build/Run on files change.

-o | -only

Compile but not run executable.

-v | -verbose

Bison -v flag.

License

MIT License

1.5.0

7 years ago

1.3.0

7 years ago

1.2.9

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago