etnbrd/flx-compiler

View on GitHub
docs/Parser.md

Summary

Maintainability
Test Coverage
#Parser

The parser is the first compilation step.

We use the [esprima parser](http://esprima.org/).
It generate an Abstract Syntax Tree, according to the [SpiderMonkey Parser API](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API).