vox.fe.ast.decl

Modules

alias_
module vox.fe.ast.decl.alias_
attribute
module vox.fe.ast.decl.attribute
builtin
module vox.fe.ast.decl.builtin
enum_
module vox.fe.ast.decl.enum_
func
module vox.fe.ast.decl.func
import_
module vox.fe.ast.decl.import_
module_
module vox.fe.ast.decl.module_
package_
module vox.fe.ast.decl.package_
scope_
module vox.fe.ast.decl.scope_
static_assert
module vox.fe.ast.decl.static_assert
static_foreach
module vox.fe.ast.decl.static_foreach
static_if
module vox.fe.ast.decl.static_if
struct_
module vox.fe.ast.decl.struct_
template_
module vox.fe.ast.decl.template_
var
module vox.fe.ast.decl.var

Public Imports

vox.fe.ast.decl.alias_
public import vox.fe.ast.decl.alias_;
Undocumented in source.
vox.fe.ast.decl.attribute
public import vox.fe.ast.decl.attribute;
Undocumented in source.
vox.fe.ast.decl.builtin
public import vox.fe.ast.decl.builtin;
Undocumented in source.
vox.fe.ast.decl.enum_
public import vox.fe.ast.decl.enum_;
Undocumented in source.
vox.fe.ast.decl.func
public import vox.fe.ast.decl.func;
Undocumented in source.
vox.fe.ast.decl.import_
public import vox.fe.ast.decl.import_;
Undocumented in source.
vox.fe.ast.decl.module_
public import vox.fe.ast.decl.module_;
Undocumented in source.
vox.fe.ast.decl.package_
public import vox.fe.ast.decl.package_;
Undocumented in source.
vox.fe.ast.decl.scope_
public import vox.fe.ast.decl.scope_;
Undocumented in source.
vox.fe.ast.decl.static_assert
public import vox.fe.ast.decl.static_assert;
Undocumented in source.
vox.fe.ast.decl.static_foreach
public import vox.fe.ast.decl.static_foreach;
Undocumented in source.
vox.fe.ast.decl.static_if
public import vox.fe.ast.decl.static_if;
Undocumented in source.
vox.fe.ast.decl.struct_
public import vox.fe.ast.decl.struct_;
Undocumented in source.
vox.fe.ast.decl.template_
public import vox.fe.ast.decl.template_;
Undocumented in source.
vox.fe.ast.decl.var
public import vox.fe.ast.decl.var;
Undocumented in source.

Meta

Authors

Andrey Penechko.