vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
CompilationException
vox
context
class
CompilationException : Exception {
this
(bool isICE, string file, int line);
bool
isICE
;
}
Constructors
this
this
(bool isICE, string file, int line)
Undocumented in source.
Members
Variables
isICE
bool
isICE
;
True if Internal Compiler Error and not regular compilation error
Meta
Source
See Implementation
vox
context
aliases
SliceString
classes
CompilationException
enums
BuildType
CommonAstNodes
ExtraProperty
IceBehavior
TargetOs
slotsPerNode
functions
addSections
builtin_function_stub
createBuiltinFunctions
setVersionIds
manifest constants
BASE_NODE_SLOTS
BUILTIN_FUNC_SLOTS
structs
AnalysedNode
CompilationContext
ExtraNodeProperty
Slice
variables
TARGET_OS_STRING
builtinFuncsArray