Volt Semantics
Pages
Semantic Passes | Semantic passes check for errors and resolves implicit types. |
Lookup Semantics | |
Implicit Type Conversion | Contains functions that identify if a type or expression can be converted implicitly to a given type, and functions that do the actual conversion. |
Classes
VoltLanguagePass | Default implementation of LanguagePass, replace this if you wish to any of the semantics of the language. |