Uses of Package
io.github.protasm.jvmud.compiler.preproc
Packages that use io.github.protasm.jvmud.compiler.preproc
Package
Description
Host-facing LPC execution runtime.
Minimal LPC preprocessor.
Compiled-LPC support runtime consumed by generated bytecode.
Lexical analysis for LPC source text.
-
Classes in io.github.protasm.jvmud.compiler.preproc used by io.github.protasm.jvmud.compiler.exec
-
Classes in io.github.protasm.jvmud.compiler.preproc used by io.github.protasm.jvmud.compiler.preprocClassDescriptionResult of resolving an include directive.Result of preprocessing: expanded source text with a mapping back to originals.
-
Classes in io.github.protasm.jvmud.compiler.preproc used by io.github.protasm.jvmud.compiler.runtimeClassDescriptionMinimal LPC preprocessor for includes, macro definitions, conditional directives, comment stripping, and line splicing with backslash-newline.
-
Classes in io.github.protasm.jvmud.compiler.preproc used by io.github.protasm.jvmud.compiler.scannerClassDescriptionMinimal LPC preprocessor for includes, macro definitions, conditional directives, comment stripping, and line splicing with backslash-newline.