tree-sitter/lib
Vicent Marti f487b163bf binding: Add overflow checks when slicing in parse
Because of the way TreeSitter parsers are generated, the parse callback
can ask for a byte offset at the exact end of the byte slice we're
processing, and slicing at the end of the slice in Rust causes a panic,
so we need to explicitly ward against this.
2019-02-11 12:31:40 +01:00
..
binding binding: Add overflow checks when slicing in parse 2019-02-11 12:31:40 +01:00
include/tree_sitter Just call the C lib 'the library' everywhere, don't call it a 'runtime' 2019-01-10 15:22:39 -08:00
src Define UTF8PROC_STATIC macro in the source 2019-02-06 10:42:29 -08:00
utf8proc@d81308faba Reorganize repo, add rust CLI and binding code, 2019-01-04 17:31:49 -08:00
build.rs Define UTF8PROC_STATIC macro in the source 2019-02-06 10:42:29 -08:00
Cargo.toml lib: fix cargo includes 2019-02-05 12:12:21 -08:00