You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cursor in the context of a lexer helps manage the current position within the input text being processed, it can look ahead (peek) for the next characters, advance the cursor, etc.
Background and Motivation
A cursor in the context of a lexer helps manage the current position within the input text being processed, it can look ahead (peek) for the next characters, advance the cursor, etc.
Proposed API
Usage Examples
Acceptance criteria
null
, use an Option typeOpen questions
The text was updated successfully, but these errors were encountered: