coAST
coAST copied to clipboard
Universal and language-independent abstract syntax tree
[build](https://travis-ci.com/github/coala/coAST) fails because coala uses f strings which Python3.5 does not support. Update CI configuration to run on Python>=3.6
README.md: Fix docstring typo avoid -->avoiding Closes https://github.com/coala/coAST/issues/99
This adds definition of Flow, a static type checker for JS. Closes #51
Under `Phase 4`, it says: `For avoid these influences causing incorrect design decisions in coAST ...` `For avoid` doesn't look quite right and hence is to be updated. A good...
There are some datatype files which are present, for example, `long_java` and `long_d`. They should be removed, since duplicates are generally not required. The new names of datatypes should allow...
There's no Complex number data type specified in the [Python language definition](https://github.com/coala/coAST/blob/master/data/Language/Python.yaml), though it is a part of the language.
You'd expect https://coast.netlify.com/ to show language details. But it leads to a website (redirects to https://coast.netlify.app/) apparently having instructions on how to download games and software for free.
Currently, we can retrieve the regex patterns from lexers for the required tokens of all languages not found in the coAST schema. TODO: - [x] Identify all the required Token...
It fixes the issue coala/coAST/issues/#76. I have run all the tests and each seems to be working just fine.