We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#Dependencies
#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
#IDE
any kind of IDE will be fine as we are using gcc to build
some recommendations would be
#Testing Guidlines ##Create Tests (js files)
TDD Development acceptance criteria:
##Extend Grammar
Extend grammar.l and grammar.y if needed, test_lex.c as well so that it can parse your own tests
#Test framework
?
#Continuous Integration
travis ci
#References
http://www.ecma-international.org/ecma-262/6.0 http://www.antlr3.org/grammar/1206736738015/JavaScript.g