项目作者: danielzelayadev

项目描述 :
A basic Bison boilerplate.
高级语言: Makefile
项目地址: git://github.com/danielzelayadev/bison-boilerplate.git
创建时间: 2017-08-04T20:57:17Z
项目社区:https://github.com/danielzelayadev/bison-boilerplate

开源协议:MIT License

下载


Bison Boilerplate

A basic bison boilerplate.

GNU

Getting Started

Requirements

Build

  1. make # or make build

Run a Sample

Via shell script:

  1. sh run.sh samples/sample.txt

Directly:

  1. ./bin/parser samples/sample.txt

Clean

  1. make clean

License

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