/cookiecutter-yacc

A cookiecutter template for lex+yacc parser projects

Primary LanguageCMIT LicenseMIT

cookiecutter yacc

This is a template for projects that use lex and yacc to parse text. The example implements a calculator and was adapted from IBM's tutorial

Requirements

Install cookiecutter command line: pip install cookiecutter

Usage

Generate a new Cookiecutter template layout: cookiecutter gh:MatanSilver/cookiecutter-cproj

Once you've generated your project, you should run make gen before running make all

License

This project is licensed under the terms of the MIT License