1.5.0 • Published 9 years ago

bf-tool v1.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

1.3.0

9 years ago

1.2.9

9 years ago

1.2.7

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago