MCPcopy Create free account

hub / github.com/baik-lang/baik-next / functions

Functions165 in github.com/baik-lang/baik-next

↓ 49 callersFunctionto_value
(v: S)
src/lib.rs:30
↓ 22 callersMethodformat
(&self)
src/core/math/math.rs:203
↓ 22 callersMethodget_f64
(&self)
src/core/math/math.rs:176
↓ 14 callersMethodget_first_child
(&self)
src/node/node.rs:96
↓ 13 callersMethodget_last_child
(&self)
src/node/node.rs:100
↓ 10 callersMethodadd_child
(&mut self, node: Node)
src/node/node.rs:92
↓ 10 callersMethodparse_pos
(&mut self)
src/tree/tree.rs:28
↓ 9 callersMethodclone
(&self)
src/expr/expr.rs:61
↓ 8 callersMethodget_i64
(&self)
src/core/math/math.rs:195
↓ 8 callersMethodparse_operators
(&mut self)
src/tree/tree.rs:56
↓ 6 callersMethodcompile
(mut self)
src/expr/expr.rs:42
↓ 6 callersMethodget_u64
(&self)
src/core/math/math.rs:191
↓ 6 callersMethodto_node
(&self)
src/operator/operator.rs:173
↓ 5 callersMethodcan_have_child
(&self)
src/operator/operator.rs:134
↓ 4 callersMethodget_boolean
(&self)
src/core/math/math.rs:199
↓ 4 callersMethodis_enough
(&self)
src/node/node.rs:41
↓ 3 callersFunctioneval
(expr: &str)
src/lib.rs:38
↓ 3 callersFunctionfind
(contexts: &[Context], key: &str)
src/tree/tree.rs:621
↓ 3 callersMethodgt
(&self, value: &Value)
src/core/math/math.rs:103
↓ 3 callersMethodis_left_square_bracket
(&self)
src/node/node.rs:78
↓ 3 callersMethodis_unclosed_function
(&self)
src/node/node.rs:64
↓ 3 callersMethodlt
(&self, value: &Value)
src/core/math/math.rs:114
↓ 3 callersMethodparse_node
(&mut self)
src/tree/tree.rs:185
↓ 2 callersMethodcan_at_beginning
(&self)
src/operator/operator.rs:47
↓ 2 callersFunctioncompare
(compare: Compare)
src/builtin/builtin.rs:34
↓ 2 callersFunctioncreate_empty_contexts
()
src/expr/expr.rs:132
↓ 2 callersMethodexec
(&self)
src/expr/expr.rs:47
↓ 2 callersMethodget_identifier
(&self)
src/operator/operator.rs:183
↓ 2 callersMethodis_dot
(&self)
src/node/node.rs:85
↓ 2 callersMethodis_identifier
(&self)
src/operator/operator.rs:40
↓ 2 callersMethodis_left
(&self)
src/operator/operator.rs:157
↓ 2 callersMethodis_value_or_full_children
(&self)
src/node/node.rs:50
↓ 2 callersFunctionparse_number
(ident: &str)
src/tree/tree.rs:656
↓ 1 callersMethodadd
(&self, value: &Value)
src/core/math/math.rs:23
↓ 1 callersMethodand
(&self, value: &Value)
src/core/math/math.rs:147
↓ 1 callersFunctionappend_value_to_last_node
(parsing_nodes: &mut Vec<Node>, operator: &Operator)
src/tree/tree.rs:457
↓ 1 callersMethodcheck_function_args
(&self, function: &Function)
src/node/node.rs:23
↓ 1 callersMethodchildren_to_node
(&self, children: Vec<Node>)
src/operator/operator.rs:177
↓ 1 callersFunctionclose_bracket
(parsing_nodes: &mut Vec<Node>, bracket: Operator)
src/tree/tree.rs:508
↓ 1 callersFunctionclose_comma
(parsing_nodes: &mut Vec<Node>)
src/tree/tree.rs:568
↓ 1 callersFunctioncreate_array_function
()
src/builtin/builtin.rs:115
↓ 1 callersFunctioncreate_is_empty_fuction
()
src/builtin/builtin.rs:80
↓ 1 callersFunctioncreate_len_fuction
()
src/builtin/builtin.rs:94
↓ 1 callersFunctioncreate_max_fuction
()
src/builtin/builtin.rs:30
↓ 1 callersFunctioncreate_min_fuction
()
src/builtin/builtin.rs:26
↓ 1 callersMethoddiv
(&self, value: &Value)
src/core/math/math.rs:65
↓ 1 callersMethodge
(&self, value: &Value)
src/core/math/math.rs:125
↓ 1 callersMethodget_compiled
(&self)
src/expr/expr.rs:55
↓ 1 callersFunctionget_final_node
(mut parsing_nodes: Vec<Node>)
src/tree/tree.rs:489
↓ 1 callersMethodget_left
(&self)
src/operator/operator.rs:165
↓ 1 callersMethodget_max_args
(&self)
src/operator/operator.rs:56
↓ 1 callersMethodget_priority
(&self)
src/operator/operator.rs:80
↓ 1 callersMethodget_str
(&self)
src/core/math/math.rs:187
↓ 1 callersMethodget_string
(&self)
src/core/math/math.rs:183
↓ 1 callersFunctioninterpreter
(baik_script: String)
src/core/interpreter.rs:28
↓ 1 callersFunctionis_range
(ident: &str)
src/tree/tree.rs:632
↓ 1 callersMethodis_unclosed_arithmetic
(&self)
src/node/node.rs:60
↓ 1 callersMethodis_value_or_ident
(&self)
src/operator/operator.rs:126
↓ 1 callersMethodle
(&self, value: &Value)
src/core/math/math.rs:136
↓ 1 callersMethodmoveout_last_node
(&mut self)
src/node/node.rs:104
↓ 1 callersMethodmul
(&self, value: &Value)
src/core/math/math.rs:39
↓ 1 callersMethodor
(&self, value: &Value)
src/core/math/math.rs:155
↓ 1 callersFunctionpair
(expr : Pairs<Rule>)
src/core/interpreter-old.rs:10
↓ 1 callersFunctionpair
(expr : Pairs<Rule>)
src/core/interpreter.rs:10
↓ 1 callersFunctionparse_range
(ident: &str)
src/tree/tree.rs:636
↓ 1 callersMethodrem
(&self, value: &Value)
src/core/math/math.rs:73
↓ 1 callersFunctionrob_to
(mut was_robed: Node, mut rober: Node)
src/tree/tree.rs:615
↓ 1 callersMethodsub
(&self, value: &Value)
src/core/math/math.rs:53
Functionbench_compile
(b: &mut test::Bencher)
tests/tests.rs:514
Functionbench_deep_brackets
(b: &mut test::Bencher)
tests/tests.rs:476
Functionbench_eval
(b: &mut test::Bencher)
tests/tests.rs:536
Functionbench_exec
(b: &mut test::Bencher)
tests/tests.rs:528
Functionbench_parse_nodes
(b: &mut test::Bencher)
tests/tests.rs:502
Functionbench_parse_operators
(b: &mut test::Bencher)
tests/tests.rs:491
Functionbench_parse_pos
(b: &mut test::Bencher)
tests/tests.rs:481
Methodcompile
(mut self)
src/tree/tree.rs:243
Methodcontexts
(&mut self, contexts: &'a [Context])
src/expr/expr.rs:96
Methodeq
(&self, value: &Value)
src/core/math/math.rs:87
Methodexec_node
(node: &Node, builtin: &Functions, contexts: &[Context],
src/tree/tree.rs:253
Methodfmt
(&self, f: &mut fmt::Formatter)
src/function/function.rs:25
Methodfmt
(&self, formatter: &mut fmt::Formatter)
src/expr/expr.rs:76
Methodfrom_str
(raw: &str)
src/operator/operator.rs:194
Methodfunction
(mut self, name: T, function: F)
src/expr/expr.rs:26
Methodfunctions
(&mut self, functions: &'a Functions)
src/expr/expr.rs:101
Methodget_min_args
(&self)
src/operator/operator.rs:68
Functioninterpreter
(baik_script: String)
src/core/interpreter-old.rs:121
Methodis_dot
(&self)
src/operator/operator.rs:119
Methodis_left_parenthesis
(&self)
src/operator/operator.rs:101
Methodis_left_square_bracket
(&self)
src/operator/operator.rs:112
Methodis_not
(&self)
src/operator/operator.rs:105
Methodis_unclosed_square_bracket
(&self)
src/node/node.rs:71
Functionmain
()
src/bin/baik.rs:12
Methodne
(&self, value: &Value)
src/core/math/math.rs:95
Methodnew
(closure: F)
src/function/function.rs:13
Methodnew
(expr: T)
src/expr/expr.rs:17
Methodnew
()
src/builtin/builtin.rs:9
Methodnew
(raw: T)
src/tree/tree.rs:24
Methodnew
(operator: Operator)
src/node/node.rs:15
Functiontest_add
()
tests/tests.rs:14
Functiontest_and_1
()
tests/tests.rs:256
next →1–100 of 165, ranked by callers