Uses of Package
io.github.protasm.jvmud.compiler.semantic
Packages that use io.github.protasm.jvmud.compiler.semantic
Package
Description
Typed intermediate representation produced after semantic analysis.
Orchestration layer for the compiler pipeline.
Semantic analysis for parsed LPC objects.
-
Classes in io.github.protasm.jvmud.compiler.semantic used by io.github.protasm.jvmud.compiler.ir
-
-
Classes in io.github.protasm.jvmud.compiler.semantic used by io.github.protasm.jvmud.compiler.semanticClassDescriptionResult of running semantic analysis over an AST.Captures semantic artifacts produced by
SemanticAnalyzer.Represents a lexical scope containing symbol declarations.Resolves LPC type keyword strings toLPCTypevalues.