Uses of Class
io.github.protasm.jvmud.compiler.parser.ast.ASTExpression

Packages that use ASTExpression
Package
Description
Core parser for LPC, producing AST structures from token streams.
Abstract syntax tree structures representing LPC objects.
Expression-level AST nodes.
Statement-level AST nodes.
Visitor-style utilities that operate over the LPC AST.
Pratt parser building blocks for LPC expressions.