Raxol.Terminal.ParserState (Raxol v2.0.1)

View Source

Alias module for parser state functionality. This module delegates to the actual implementation in Parser.ParserState.

Summary

Functions

Creates a new parser state.

Processes a character through the parser state.

Types

Functions

new()

@spec new() :: t()

Creates a new parser state.

process_char(state, char)

@spec process_char(t(), byte()) :: {t(), list()}

Processes a character through the parser state.