Skip to main content

Crate adze_ts_format_core

Crate adze_ts_format_core 

Source
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§

TSActionTag
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.