lcnzg / flex-bison-actions

A Flex Bison setup with Makefile and Actions CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flex-bison-actions

Flex Bison CI

This action provides the following functionalities for GitHub Actions users:

  • Install Flex and Bison
  • Use of Makefile for building and testing of Flex and Bison files
  • Separated jobs for build and test

Make commands

Build

make build

Test

make test

Build and test

make all

Clean

make clean

License

The scripts and documentation in this project are released under the MIT License.

About

A Flex Bison setup with Makefile and Actions CI

License:MIT License


Languages

Language:Yacc 34.7%Language:Makefile 33.6%Language:Lex 31.7%