facebook / flow

Adds static typing to JavaScript to improve developer productivity and code quality.
https://flow.org/
MIT License
22.07k stars 1.85k forks source link

Language Grammar Specification #3429

Open aziz opened 7 years ago

aziz commented 7 years ago

Publish a Language Grammar specification. Typescript is doing this and it helps language syntax developers for different editors and IDEs to be able to reliably build a syntax highlighter for the flow flavor of javascript. (see bathos/Ecmascript-Sublime#28)

kevinbarabash commented 5 years ago

Having a grammar would help adding Flow support to tree-sitter.