tree-sitter/crates/generate/src
Will Lillis 6a28a62369 test: add safety checks to ensure langauge version constants are kept in
sync

The generate crate defines the `LANGUAGE_VERSION` constant separately
from the TREE_SITTER_LANGUAGE_VERSION definition in `api.h`.
2025-09-17 02:58:31 -04:00
..
build_tables fix(generate): use correct state id when adding terminal states to 2025-09-04 04:15:51 -04:00
prepare_grammar fix(cli): show rule names for rules with metadata 2025-08-28 13:28:37 -04:00
templates Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
build_tables.rs Revert "feat(generate): allow more characters for keywords" 2025-09-17 02:19:29 -04:00
dedup.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
dsl.js feat: remove the need of an external JS runtime for processing grammars 2025-09-16 02:24:11 -04:00
generate.rs test: add safety checks to ensure langauge version constants are kept in 2025-09-17 02:58:31 -04:00
grammars.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
nfa.rs fix(generate): assert there is a Nfa last state before retrieving it 2025-09-16 03:51:13 -04:00
node_types.rs feat(generate): place file APIs behind a feature flag 2025-09-07 11:44:09 +03:00
parse_grammar.rs fix(generate): warn users when extra rule can lead to parser hang 2025-08-29 21:38:41 -04:00
prepare_grammar.rs fix(generate): return error when single state transitions have 2025-09-04 00:59:44 -04:00
quickjs.rs feat: remove the need of an external JS runtime for processing grammars 2025-09-16 02:24:11 -04:00
render.rs feat(generate): don't embed tree-sitter CLI version in parser 2025-09-16 19:21:34 +02:00
rules.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
tables.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00