Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Project Description

Freeman Man edited this page Mar 10, 2016 · 5 revisions

Build Status

#Dependencies

  • flex
  • bison

#Language

we're using lex code for the scanner and C/C++ for our entire project

#Build environment

we're creating makefile and use gcc to build the project

in windows you can build with gcc with tools such as

  • MinGW
  • Cygwin

#IDE

any kind of IDE will be fine as we are using gcc to build

some recommendations would be

#Test framework

?

#Continuous Integration

travis ci

Clone this wiki locally