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 28, 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

#References

http://www.ecma-international.org/ecma-262/6.0 http://www.antlr3.org/grammar/1206736738015/JavaScript.g

Clone this wiki locally