Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bea4dev/catla
/ functions
Functions
1,060 in github.com/bea4dev/catla
⨍
Functions
1,060
◇
Types & classes
358
Method
new
( lifetime_instance: &'instance mut LifetimeInstance, allocator: &'allocator Bump, )
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:48
Method
new
()
catla_old_unused/src/transpiler/optimizer/function_equals.rs:16
Method
new
(ast: &T, span: Range<usize>, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/optimizer/function_recursive/debug.rs:19
Method
new
()
catla_old_unused/src/transpiler/optimizer/variable_users/variable_user_collector.rs:22
Method
new
(entity_id: EntityID, span: Range<usize>, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer/debug.rs:59
Method
new
(lang: &str)
catla_old_unused/src/localize/localizer.rs:12
Method
new
(value: T)
catla_old_unused/catla_transpile_std/src/memory.rs:40
Method
new
()
src/catla_type/src/types.rs:391
Method
new
(module_path: &ModulePath, allocator: &'type_env_alloc Bump)
src/catla_type/src/type_infer.rs:53
Method
new
(value: Self::Value, mutex: bool, heap: bool, drop: bool)
src/catla_std/src/string.rs:41
Method
new
(value: Self::Value, mutex: bool, heap: bool, drop: bool)
src/catla_std/src/object.rs:267
Method
new
()
src/catla_codegen/src/lib.rs:113
Method
new
(allocator: &'name_env_alloc Bump)
src/catla_name_resolver/src/lib.rs:76
Method
new
()
src/catla_crate/src/lib.rs:9
Method
new
()
src/catla_import/src/resource.rs:16
Method
new
(source: &'input str)
src/catla_parser/src/lexer.rs:300
Method
new
(value: T, span: Range<usize>)
src/catla_parser/src/ast.rs:108
Method
new
(package_resource_set: &PackageResourceSet)
src/catla_compiler/src/resource.rs:13
Method
new
( crate_info_set: CrateInfoSet, package_resource_set: PackageResourceSet, settings: Ca
src/catla_compiler/src/compiler.rs:54
Method
new
()
src/catla_optimization/src/lifetime.rs:34
Method
new
(module_path: ModulePath, code: impl Into<Arc<String>>)
src/catla_util/src/source_code.rs:12
Method
new
()
src/catla_util/src/future.rs:17
Method
new
(iter: impl Iterator<Item = &'a str>, file_path: &Path)
src/catla_util/src/module_path.rs:17
Method
new_completed
(value: T)
catla_old_unused/src/transpiler/future.rs:22
Method
new_completed
(value: T)
src/catla_util/src/future.rs:23
Method
new_with_return_type
( return_type: Either<EntityID, WithDefineInfo<Type>>, allocator: &'allocator Bump, )
catla_old_unused/src/transpiler/semantics/types/type_inference.rs:90
Function
optimization_debug
()
src/catla_compiler/src/lib.rs:82
Method
parse
(source_code: SourceCode)
src/catla_parser/src/lib.rs:26
Function
parse_as_literal
(&mut self)
src/catla_parser/src/parser/literal.rs:6
Function
parse_block_or_semicolon
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:579
Function
parse_else_if_or_else_func
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:372
Function
parse_expression_or_block
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:997
Method
peek_next
(&self)
catla_old_unused/catla_parser/src/parser.rs:860
Method
pop_indent
(&mut self)
catla_old_unused/src/transpiler/codegen.rs:69
Function
print
(str: &CatlaRefObject<super::string::String>)
catla_old_unused/catla_transpile_std/src/rust_codegen/print.rs:5
Function
print
(string: String)
src/catla_std/src/io.rs:3
Method
print
(&self, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/advice.rs:27
Method
print
(&self, context: &super::context::TranspileModuleContext)
catla_old_unused/src/transpiler/name_resolver.rs:1835
Method
print
(&self, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/semantics/types/type_info.rs:2385
Method
print
(&self, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/semantics/types/import_module_collector.rs:1164
Method
print
(&self, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/parse_error/statement.rs:23
Function
print_factor
(ast: &Factor, info: &mut Vec<LifetimeInfo>, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer/debug.rs:235
Method
push_raw
(&self, code: &str)
src/catla_codegen/src/lib.rs:138
Method
reborrow
(&'b mut self)
src/catla_std/src/object.rs:61
Method
replace_bounds_this_type
( bounds: &Vec<Arc<Bound>>, new_this_type: &Type, )
catla_old_unused/src/transpiler/semantics/types/type_info.rs:347
Method
replace_generics_define_this_type
( generics_define: &Vec<Arc<GenericType>>, new_this_type: &Type, )
catla_old_unused/src/transpiler/semantics/types/type_info.rs:364
Method
replace_message
(mut message: String, message_replace: &Vec<(String, Color)>)
catla_old_unused/src/transpiler/error.rs:84
Method
replace_where_bounds_this_type
( where_bounds: &Vec<WhereBound>, new_this_type: &Type, )
catla_old_unused/src/transpiler/semantics/types/type_info.rs:386
Function
resolve_name_for_factor
( ast: &Factor<'input, '_>, environment: NameEnvironmentID, components: &mut NameEnvironmentSet<'i
src/catla_name_resolver/src/resolve.rs:1072
Method
stack
( value: T::Value, drop: bool, ptr: &mut ManuallyDrop<MaybeUninit<T>>, )
src/catla_std/src/object.rs:153
Method
start
(cursor: &TokenCursor<'input, 'allocator>)
catla_old_unused/catla_parser/src/parser.rs:882
Function
string_literal_tokenizer
(_: &Vec<char>, _: usize)
catla_old_unused/catla_parser/src/grammar.rs:163
Function
string_literal_tokenizer
(current_input: &str)
catla_old_unused/catla_parser/src/lexer.rs:240
Function
test
()
catla_old_unused/catla_parser/src/lib.rs:6
Method
to_mutex
(&self)
catla_old_unused/catla_transpile_std/src/memory.rs:152
Method
try_create_module_context
( context: &Arc<TranspileContext>, module_name: &String, )
catla_old_unused/src/transpiler/context.rs:107
Function
type_infer_debug
()
src/catla_compiler/src/lib.rs:93
Method
unlock
(&self)
catla_old_unused/catla_transpile_std/src/memory.rs:147
Method
value_ptr
(&self)
src/catla_std/src/string.rs:52
Function
whitespace_tokenizer
(current_input: &str)
catla_old_unused/catla_parser/src/lexer.rs:223
← previous
1,001–1,060 of 1,060, ranked by callers