Top Level Namespace
Included Modules
- Crystal
Extended Modules
- Crystal
Defined in:
Constant Summary
-
OP_MAP =
{"**" => "^", "!=" => "~="}
-
TYPE_MAP =
{"Bool" => "boolean", "String" => "string", "Proc" => "function", "Nil" => "nil", "Array" => "table", "Hash" => "table", "Tuple" => "table", "NamedTuple" => "table", "Int8" => "number", "Int16" => "number", "Int32" => "number", "Int64" => "number", "Float8" => "number", "Float16" => "number", "Float32" => "number", "Float64" => "number"}
Method Summary
- bold(content : String)
- default_config(project_name : String) : String
- default_project(config : RobloxCrystalConfig) : String
- default_shard(project_name : String) : String