Skip to content

danielzelayadev/bison-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bison Boilerplate

A basic bison boilerplate.

GNU

Getting Started

Requirements

Build

make # or make build

Run a Sample

Via shell script:

sh run.sh samples/sample.txt

Directly:

./bin/parser samples/sample.txt

Clean

make clean

License

This project is licensed under the MIT License - see the LICENSE.md file for details.