tree-sitter/lib/binding
Max Brunsfeld 50281637d7 binding: Make parse methods more convenient
* Rename parse_str to parse and make it polymorphic.
* Rename parse_utf8 to parse_with, since it is now the callback-based
  version of parse
* Add a parse_utf16 method analogous to parse
* Rename existing parse_utf16 method to parse_utf16_with

This brings in the changes from tree-sitter/rust-tree-sitter#5
2019-02-05 10:59:33 -08:00
..
bindings.rs Add debug and debug-graph flags to parse and test commands 2019-01-08 21:03:51 -08:00
ffi.rs Add debug and debug-graph flags to parse and test commands 2019-01-08 21:03:51 -08:00
helper.c Verify changed ranges in randomized tests 2019-01-25 15:20:34 -08:00
lib.rs binding: Make parse methods more convenient 2019-02-05 10:59:33 -08:00