Expand description
Shared constants and helpers for Tree-sitter-compatible parsing tables.
This crate captures action tags and deterministic action selection behavior used by both runtime and tablegen/parsing code paths.
Enums§
- TSAction
Tag - Tree-sitter action type tags.
Functions§
- choose_
action - Choose a single action from a GLR cell deterministically.
- choose_
action_ with_ precedence - Choose a single action from a GLR cell using precedence-aware scoring.