tree-sitter/cli/src/generate
2019-12-06 12:11:09 -08:00
..
build_tables Add a TSLexer.eof() API, use it in generated parsers 2019-10-31 14:11:52 -07:00
prepare_grammar Rename extra_tokens -> extra_symbols 2019-10-21 17:26:01 -07:00
templates Update generated binding.cc to use newer NAN APIs 2019-04-30 17:23:36 -07:00
dedup.rs Move state splitting algorithm into its own file 2019-07-19 12:39:52 -07:00
dsl.js Catch missing precedence values in JS 2019-04-05 13:04:12 -07:00
grammar-schema.json Move parser generation code in to 'generate' module within CLI crate 2019-01-07 10:23:01 -08:00
grammars.rs Rename extra_tokens -> extra_symbols 2019-10-21 17:26:01 -07:00
mod.rs Store a mapping to ensure no two symbols map to the same metadata 2019-12-05 17:21:46 -08:00
nfa.rs Fix false negative in token conflict detection 2019-09-19 11:50:38 -07:00
node_types.rs node-types: Add test for field merging with aliases 2019-11-19 14:31:56 -08:00
npm_files.rs Generate binding.gyp, binding.cc, and index.js 2019-01-16 13:53:01 -08:00
parse_grammar.rs Rename extra_tokens -> extra_symbols 2019-10-21 17:26:01 -07:00
render.rs Include alias symbols in unique symbol map 2019-12-06 12:11:09 -08:00
rules.rs Fix handling of token rules directly inside of alias, prec, or field. 2019-11-15 10:53:17 -08:00
tables.rs Add a TSLexer.eof() API, use it in generated parsers 2019-10-31 14:11:52 -07:00