Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Types = map[string]ast.VariableType{ "str": ast.StringType, "i8": ast.Int8Type, "i16": ast.Int16Type, "i32": ast.Int32Type, "i64": ast.Int64Type, "f32": ast.Float32Type, "f64": ast.Float64Type, "bool": ast.BoolType, "list": ast.ArrayType, "tuple": ast.TupleType, "fn": ast.FunctionType, "object": ast.ObjectType, "any": ast.AnyType, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.