tree-sitter/spec/runtime/languages/javascript
Max Brunsfeld e4be585c43 Handle ubiquitous tokens at the beginning of programs
As a final step before returning the finished parse tree, check if
there are still multiple nodes on the stack. If so, make the inner
nodes children of the top node.
2014-05-09 12:46:36 -07:00
..
control_flow.txt Add dynamic property access to javascript grammar 2014-04-05 15:55:20 -07:00
errors.txt Add error recovery in function calls to javascript gramamr 2014-04-24 13:22:54 -07:00
main.txt Handle ubiquitous tokens at the beginning of programs 2014-05-09 12:46:36 -07:00
operators.txt Add prefix math operators +, - to javascript grammar 2014-05-02 07:42:13 -07:00