Packages
Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.
Current section
Files
Jump to
Current section
Files
lib/raxol/terminal/parser_state.ex
defmodule Raxol.Terminal.ParserState do
@moduledoc """
Terminal parser state management.
Manages parser state for processing terminal escape sequences
and character input.
"""
def new, do: :ok
def process_char(_a, _b), do: :ok
end