tree-sitter/cli/generate/src
Edgar Onghena 52d2865365
chore(generate): add @generated to parser.c header (#4338)
This makes `parser.c` follow the https://generated.at/ convention for generated files. This potentially allows any compatible IDE to discourage editing it directly.
2025-04-08 10:52:37 +02:00
..
build_tables chore: a few minor lints 2025-01-21 00:57:58 -05:00
prepare_grammar chore: a few minor lints 2025-01-21 00:57:58 -05:00
templates fix(lib): handle compiler warnings 2024-10-19 02:57:08 +00:00
dedup.rs feat: add 'reserved word' construct 2024-12-23 03:06:32 -05:00
dsl.js feat: support passing in a Rust regex in the grammar dsl 2025-01-06 20:52:19 -05:00
grammar_files.rs feat: move generate logic to its own crate 2024-09-27 17:04:21 -04:00
grammars.rs build: bump other crates' MSRV to 1.82 2025-01-12 04:47:59 -05:00
lib.rs fix(rust): adapt to new nightly lint 2025-03-06 09:32:21 +01:00
nfa.rs chore: a few minor lints 2025-01-21 00:57:58 -05:00
node_types.rs feat(generate): add an extra field for extra nodes in node-types.json 2025-01-12 18:41:25 -05:00
parse_grammar.rs fix(cli): improve error message for nonterminals used in token rule 2025-01-13 01:12:20 -05:00
render.rs chore(generate): add @generated to parser.c header (#4338) 2025-04-08 10:52:37 +02:00
rules.rs fix(rust): adapt to some new nightly lints 2025-03-02 16:37:03 -05:00
tables.rs feat: add 'reserved word' construct 2024-12-23 03:06:32 -05:00