ParserCtx

alpaca.ParserCtx
See theParserCtx companion object
trait ParserCtx

Base trait for parser global context.

Unlike the lexer, the parser's global context is typically empty by default, but can be extended to track custom state during parsing such as symbol tables, type information, or other semantic data.

Attributes

Companion
object
Experimental
true
Source
parser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Empty
In this article