coAST icon indicating copy to clipboard operation
coAST copied to clipboard

Universal and language-independent abstract syntax tree

Results 28 coAST issues
Sort by recently updated
recently updated
newest added

[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

process/pending review
size/XS
difficulty/newcomer

This adds definition of Flow, a static type checker for JS. Closes #51

difficulty/low
process/pending review
size/S

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...

difficulty/newcomer

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...

difficulty/newcomer

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.

enhancement
difficulty/low

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...

difficulty/medium
process/wip
size/M

size/XS
process/wip

It fixes the issue coala/coAST/issues/#76. I have run all the tests and each seems to be working just fine.

size/XS
process/wip