tree-sitter / tree-sitter-cli

CLI tool for creating and testing tree-sitter parsers
MIT License
45 stars 15 forks source link

Add tests for async parsing #27

Closed maxbrunsfeld closed 6 years ago

maxbrunsfeld commented 6 years ago

This updates the tree-sitter runtime dependency and adds the tests for the functionality added in https://github.com/tree-sitter/node-tree-sitter/pull/11 and https://github.com/atom/superstring/pull/65.