-
Notifications
You must be signed in to change notification settings - Fork 19
parsing state
GregRos edited this page Mar 26, 2025
·
1 revision
#stage-1 %% Really incomplete%% The parsing state is a mutable object that describes the current state of parsing an input. It has several components:
- The position
- The user state
- The parse trace
- The capture tree if in debug mode.