Uses of Package
io.github.protasm.jvmud.compiler.parser.ast.expr
Packages that use io.github.protasm.jvmud.compiler.parser.ast.expr
Package
Description
Expression-level AST nodes.
Visitor-style utilities that operate over the LPC AST.
-
-
Classes in io.github.protasm.jvmud.compiler.parser.ast.expr used by io.github.protasm.jvmud.compiler.parser.ast.visitorClassDescriptionCompiler recovery expression inserted after semantic analysis has already reported an error.A named callable reference, parsed from source forms such as
#'moveHook.AST node for an LPC floating-point literal.Binary operator expression, including semantic refinements for context-sensitive LPC operators.A quoted LPC symbol/name literal, parsed from source forms such as'item.AST node for the LPC compatibility formfunction type (params) { return expr; }.