Uses of Package
io.github.protasm.jvmud.compiler.token
Packages that use io.github.protasm.jvmud.compiler.token
Package
Description
Core parser for LPC, producing AST structures from token streams.
Abstract syntax tree structures representing LPC objects.
Expression-level AST nodes.
Orchestration layer for the compiler pipeline.
Lexical analysis for LPC source text.
Token model classes representing lexical units recognized by the scanner.
-
Classes in io.github.protasm.jvmud.compiler.token used by io.github.protasm.jvmud.compiler.parser
-
-
-
Classes in io.github.protasm.jvmud.compiler.token used by io.github.protasm.jvmud.compiler.pipeline
-
Classes in io.github.protasm.jvmud.compiler.token used by io.github.protasm.jvmud.compiler.scanner
-
Classes in io.github.protasm.jvmud.compiler.token used by io.github.protasm.jvmud.compiler.tokenClassDescriptionImmutable storage for a scanned token sequence, plus a stateful Cursor that provides parser-friendly operations (peek/consume/mark).Parser-facing reader over this buffer.