MCPcopy Create free account

hub / github.com/Narasimha1997/boson-lang / functions

Functions448 in github.com/Narasimha1997/boson-lang

↓ 1 callersMethod__verify_magic
(&self, magic_slice: &[u8])
boson/src/compiler/loader.rs:396
↓ 1 callersFunctionadd_entry_into_table
(expression: String)
modules/re/src/lib.rs:34
↓ 1 callersMethodas_string
(&self)
boson/src/isa/mod.rs:208
↓ 1 callersMethodclear_previous
(&mut self)
boson/src/compiler/mod.rs:1599
↓ 1 callersMethodcompile_array
(&mut self, arr: &ast::ArrayType)
boson/src/compiler/mod.rs:1256
↓ 1 callersMethodcompile_assert_statement
(&mut self, node: &ast::AssertType)
boson/src/compiler/mod.rs:253
↓ 1 callersMethodcompile_break_stmt
(&mut self)
boson/src/compiler/mod.rs:1429
↓ 1 callersMethodcompile_call
(&mut self, node: &ast::CallType)
boson/src/compiler/mod.rs:1380
↓ 1 callersMethodcompile_const_declr
(&mut self, stmt: &ast::ConstType)
boson/src/compiler/mod.rs:1212
↓ 1 callersMethodcompile_continue_stmt
(&mut self)
boson/src/compiler/mod.rs:1446
↓ 1 callersMethodcompile_feach_stmt
(&mut self, node: &ast::ForEachType)
boson/src/compiler/mod.rs:641
↓ 1 callersMethodcompile_for_loop
(&mut self, node: &ast::ForLoopType)
boson/src/compiler/mod.rs:566
↓ 1 callersMethodcompile_hash
(&mut self, ht: &ast::HashTableType)
boson/src/compiler/mod.rs:1273
↓ 1 callersMethodcompile_if_statement
(&mut self, node: &ast::IfElseType)
boson/src/compiler/mod.rs:284
↓ 1 callersMethodcompile_index
(&mut self, node: &ast::IndexType)
boson/src/compiler/mod.rs:237
↓ 1 callersMethodcompile_infix_expression
(&mut self, expr: &ast::InfixType)
boson/src/compiler/mod.rs:989
↓ 1 callersMethodcompile_lambda
(&mut self, node: &ast::LambdaExpType)
boson/src/compiler/mod.rs:496
↓ 1 callersMethodcompile_literal
(&mut self, literal: &ast::LiteralKind)
boson/src/compiler/mod.rs:196
↓ 1 callersMethodcompile_prefix_expression
( &mut self, expr: &ast::PrefixType, )
boson/src/compiler/mod.rs:905
↓ 1 callersMethodcompile_return_stmt
(&mut self, node: &ast::ReturnType)
boson/src/compiler/mod.rs:357
↓ 1 callersMethodcompile_shell_expr
(&mut self, node: &ast::ShellType)
boson/src/compiler/mod.rs:1141
↓ 1 callersMethodcompile_suffix_expression
( &mut self, expr: &ast::SuffixType, )
boson/src/compiler/mod.rs:826
↓ 1 callersMethodcompile_variable_declr
(&mut self, stmt: &ast::LetType)
boson/src/compiler/mod.rs:1298
↓ 1 callersMethodcompile_while_loop
(&mut self, node: &ast::WhileLoopType)
boson/src/compiler/mod.rs:1464
↓ 1 callersMethoddescribe
(&self)
boson/src/types/subroutine.rs:32
↓ 1 callersFunctionencode_boson_types
( types: &[Rc<Object>], data: &[Rc<Object>], big_endian: Rc<Object>, )
boson/src/api/packing.rs:46
↓ 1 callersMethodencode_to_binary
(&mut self, bytecode: &CompiledBytecode)
boson/src/compiler/loader.rs:252
↓ 1 callersMethodenter_scope
(&mut self)
boson/src/compiler/mod.rs:170
↓ 1 callersMethodeval_bytecode
(fname: String)
boson/src/api/mod.rs:298
↓ 1 callersMethodeval_bytecode
( &mut self, platform: &mut Platform, pop_last: bool, break_on_ret: bool,
boson/src/vm/mod.rs:122
↓ 1 callersMethodexec
( &self, args: Vec<Rc<Object>>, platform: &mut Platform, gp: &mut GlobalPool,
boson/src/types/builtins.rs:174
↓ 1 callersMethodexit_scope
(&mut self)
boson/src/compiler/mod.rs:178
↓ 1 callersFunctionextract_matches
( counter: usize, target_string: &str, )
modules/re/src/lib.rs:61
↓ 1 callersMethodfind_char_literal
(&mut self)
boson/src/lexer/mod.rs:441
↓ 1 callersMethodfind_keyword_or_identifier
(&mut self)
boson/src/lexer/mod.rs:339
↓ 1 callersMethodfind_number_literal
(&mut self)
boson/src/lexer/mod.rs:313
↓ 1 callersMethodfind_string_literal
(&mut self)
boson/src/lexer/mod.rs:394
↓ 1 callersMethodgen_n_parameters
(&self)
boson/src/types/subroutine.rs:28
↓ 1 callersMethodget_as_char
(&mut self, pos: usize)
boson/src/lexer/mod.rs:262
↓ 1 callersMethodget_as_f64
(&self)
boson/src/types/buffer.rs:63
↓ 1 callersMethodget_as_f64
(&mut self, start: usize, end: usize)
boson/src/lexer/mod.rs:252
↓ 1 callersMethodget_as_i64
(&mut self, start: usize, end: usize)
boson/src/lexer/mod.rs:247
↓ 1 callersMethodget_as_string
(&self)
boson/src/types/buffer.rs:54
↓ 1 callersMethodget_byte_at
(&self, idx: usize)
boson/src/types/buffer.rs:36
↓ 1 callersMethodget_bytecode
(&self)
boson/src/types/subroutine.rs:20
↓ 1 callersMethodget_formatted_errors
(&mut self)
boson/src/parser/mod.rs:1406
↓ 1 callersMethodget_free
(&mut self, idx: usize, inst: InstructionKind)
boson/src/vm/frames.rs:60
↓ 1 callersMethodget_free_symbols
(&self)
boson/src/compiler/symtab.rs:162
↓ 1 callersMethodget_line_by_pos
(&mut self, pos: usize)
boson/src/lexer/mod.rs:805
↓ 1 callersMethodget_n_locals
(&self)
boson/src/types/subroutine.rs:24
↓ 1 callersMethodget_name
(&self)
boson/src/types/subroutine.rs:16
↓ 1 callersMethodget_next_order
(&mut self)
boson/src/parser/mod.rs:47
↓ 1 callersMethodget_pos
(&self)
boson/src/types/iter.rs:78
↓ 1 callersMethodget_top_ref
(&mut self, inst: I)
boson/src/vm/stack.rs:165
↓ 1 callersMethodhas_infix
(&mut self)
boson/src/parser/mod.rs:744
↓ 1 callersMethodhas_instructions
(&self)
boson/src/vm/frames.rs:131
↓ 1 callersMethodhas_suffix
(&mut self)
boson/src/parser/mod.rs:778
↓ 1 callersMethodinsert_builtins
(&mut self)
boson/src/compiler/symtab.rs:76
↓ 1 callersMethodinsert_free_symbol
(&mut self, symbol: &Rc<Symbol>)
boson/src/compiler/symtab.rs:59
↓ 1 callersMethodkeywords_are_equal
(&mut self, kw1: &KeywordKind, kw2: KeywordKind)
boson/src/lexer/mod.rs:797
↓ 1 callersMethodlength
(&self)
boson/src/types/hash.rs:55
↓ 1 callersMethodload_dynlib
( &mut self, path: &str, params: Rc<Object>, )
boson/src/vm/ffi.rs:27
↓ 1 callersMethodnext
(&mut self)
boson/src/types/iter.rs:69
↓ 1 callersMethodnext_char
(&mut self)
boson/src/lexer/mod.rs:236
↓ 1 callersMethodnext_token
(&mut self)
boson/src/lexer/mod.rs:459
↓ 1 callersMethodparse_array_expression
(&mut self)
boson/src/parser/mod.rs:573
↓ 1 callersMethodparse_assert_statement
(&mut self)
boson/src/parser/mod.rs:103
↓ 1 callersMethodparse_async_expr
(&mut self)
boson/src/parser/mod.rs:789
↓ 1 callersMethodparse_call_expression
( &mut self, caller_expr: ast::ExpressionKind, )
boson/src/parser/mod.rs:1111
↓ 1 callersMethodparse_char_expression
(&mut self)
boson/src/parser/mod.rs:660
↓ 1 callersMethodparse_dot_expression
(&mut self)
boson/src/parser/mod.rs:975
↓ 1 callersMethodparse_expression_statement
(&mut self)
boson/src/parser/mod.rs:1244
↓ 1 callersMethodparse_floating_expression
(&mut self)
boson/src/parser/mod.rs:648
↓ 1 callersMethodparse_for_each_statement
(&mut self)
boson/src/parser/mod.rs:684
↓ 1 callersMethodparse_for_loop_statement
(&mut self)
boson/src/parser/mod.rs:899
↓ 1 callersMethodparse_function_statement
(&mut self)
boson/src/parser/mod.rs:161
↓ 1 callersMethodparse_hash_literal
(&mut self)
boson/src/parser/mod.rs:534
↓ 1 callersMethodparse_if_statement
(&mut self)
boson/src/parser/mod.rs:218
↓ 1 callersMethodparse_index_expression
( &mut self, prefix_exp: ast::ExpressionKind, )
boson/src/parser/mod.rs:1088
↓ 1 callersMethodparse_infix_expression
( &mut self, expr_left: ast::ExpressionKind, )
boson/src/parser/mod.rs:810
↓ 1 callersMethodparse_integer_expression
(&mut self)
boson/src/parser/mod.rs:607
↓ 1 callersMethodparse_lambda_exp
(&mut self)
boson/src/parser/mod.rs:477
↓ 1 callersMethodparse_prefix_expression
(&mut self)
boson/src/parser/mod.rs:619
↓ 1 callersMethodparse_return_statement
(&mut self)
boson/src/parser/mod.rs:515
↓ 1 callersMethodparse_shell_expression
(&mut self)
boson/src/parser/mod.rs:140
↓ 1 callersMethodparse_string_expression
(&mut self)
boson/src/parser/mod.rs:672
↓ 1 callersMethodparse_sub_expression
(&mut self)
boson/src/parser/mod.rs:1156
↓ 1 callersMethodparse_suffix_expression
( &mut self, exp_left: ast::ExpressionKind, )
boson/src/parser/mod.rs:873
↓ 1 callersMethodparse_thread_exp
(&mut self)
boson/src/parser/mod.rs:954
↓ 1 callersMethodparse_throw_statement
(&mut self)
boson/src/parser/mod.rs:1141
↓ 1 callersMethodparse_try_statement
(&mut self)
boson/src/parser/mod.rs:1175
↓ 1 callersMethodparse_while_statement
(&mut self)
boson/src/parser/mod.rs:444
↓ 1 callersMethodpeek_next
(&mut self)
boson/src/lexer/mod.rs:227
↓ 1 callersMethodprint_globals
(&self)
boson/src/api/mod.rs:251
↓ 1 callersMethodprint_stack
(&self)
boson/src/api/mod.rs:244
↓ 1 callersMethodpush_compiled_instructions
(&mut self, instructions: &CompiledInstructions)
boson/src/compiler/mod.rs:54
↓ 1 callersMethodpush_new_frame
(&mut self, frame: RefCell<ExecutionFrame>)
boson/src/vm/mod.rs:113
↓ 1 callersMethodpush_objects
(objs: Vec<Rc<Object>>, ds: &mut DataStack)
boson/src/vm/controls.rs:120
↓ 1 callersFunctionrand_f
examples/benchmarks/sort_benchmark/sort.cc:14
↓ 1 callersFunctionread
(_read_params: Rc<Object>)
modules/re/src/lib.rs:123
← previousnext →101–200 of 448, ranked by callers