tree-sitter/cli/src/generate
Amaan Qureshi fec6c77da8 fix(generate): rename cargo.toml template
This fixes issues with vendoring on case-insensitive file systems
2024-08-17 01:39:52 -04:00
..
build_tables fix(generate): take AsRef<Path> for the path parameter to avoid clones 2024-04-27 17:09:36 -04:00
prepare_grammar fix: do not "absorb" rules that consist of a single terminal if the rule is hidden 2024-06-21 20:20:02 -04:00
templates fix(generate): rename cargo.toml template 2024-08-17 01:39:52 -04:00
dedup.rs chore(cli): apply clippy fixes 2024-02-04 04:18:48 -05:00
dsl.js fix(dsl): improve error message when a rule function returns undefined 2024-07-05 19:11:01 -04:00
grammar-schema.json feat(grammar): add "inherits" field if available 2024-04-14 15:59:01 -04:00
grammar_files.rs fix(generate): rename cargo.toml template 2024-08-17 01:39:52 -04:00
grammars.rs style: format imports 2024-04-11 22:35:43 -04:00
mod.rs fix: intern a sequence or choice of a single element the same as the element itself 2024-06-21 20:20:02 -04:00
nfa.rs Fix sorting of transitions within a lex state 2024-04-12 16:21:57 -07:00
node_types.rs style: wrap comments 2024-04-11 22:35:43 -04:00
parse_grammar.rs refactor(rust): misc fixes & tidying 2024-04-11 22:35:43 -04:00
render.rs feat: add fuzz subcommand 2024-05-30 23:00:45 -04:00
rules.rs style: format imports 2024-04-11 22:35:43 -04:00
tables.rs style: format imports 2024-04-11 22:35:43 -04:00