MCPcopy Create free account

hub / github.com/KeenS/webml / functions

Functions684 in github.com/KeenS/webml

Methodnew
(symbol_table: mir::SymbolTable)
src/lir/mir2lir.rs:24
Methodnew
( mut md: ModuleBuilder, extern_functions: HashMap<(String, String), FunctionSpaceIndex>,
src/backend/wasm.rs:102
Methodnew
(lang_items: HashMap<LangItem, Symbol>)
src/ast/collect_langitems.rs:18
Methodnew
(id: Id)
src/ast/case_simplify.rs:26
Methodnew
(line: usize, column: usize)
src/ast/mod.rs:138
Methodnew
(id: Id)
src/ast/desugar.rs:12
Methodnew
(lang_items: HashMap<LangItem, Symbol>)
src/ast/typing.rs:135
Methodnew
(id: Id)
src/ast/var2constructor.rs:12
Methodnew
(symbol_table: SymbolTable, lang_items: HashMap<LangItem, Symbol>)
src/ast/resolve_overload.rs:17
Methodnew
(inner: &'a mut Rename)
src/ast/rename.rs:41
Methodnew
(inner: &'a mut UnnestFunc)
src/hir/unnest_func.rs:38
Methodnew
(id: Id)
src/hir/flat_expr.rs:13
Methodnew
(id: Id)
src/hir/simplify.rs:18
Methodnew
(t: &'a mut ForceClosure, bound: bool)
src/hir/force_closure.rs:13
Methodnew
(id: Id)
src/hir/ast2hir.rs:18
Methodnew
(symbol_table: SymbolTable)
src/hir/constructor2enum.rs:31
Methodnew
(id: Id)
src/mir/hir2mir.rs:15
Methodnew
(name: Symbol, body_ty: EbbTy)
src/mir/builder.rs:7
Methodnew
()
webml-interp/src/lib.rs:37
Methodnode_new
(&mut self, t: T)
src/unification_pool.rs:39
Methodoutput
(&self)
webml-test/src/lib.rs:50
Functionpanic
(_: &PanicInfo)
webml-rt/src/lib.rs:66
Functionpares_comment
()
tests/tests/parser.rs:2709
Functionparse_andalso
()
tests/tests/parser.rs:1193
Functionparse_andalso_orelse
()
tests/tests/parser.rs:1299
Functionparse_apply
()
tests/tests/parser.rs:280
Functionparse_apply_tuple
()
tests/tests/parser.rs:321
Functionparse_binop
()
tests/tests/parser.rs:376
Functionparse_binop_assoc
()
tests/tests/parser.rs:688
Functionparse_binop_mixed_assoc
()
tests/tests/parser.rs:876
Functionparse_binop_pref
()
tests/tests/parser.rs:1061
Functionparse_binop_space
()
tests/tests/parser.rs:626
Functionparse_binopr
()
tests/tests/parser.rs:438
Functionparse_binopr_assoc
()
tests/tests/parser.rs:782
Functionparse_bool_false
()
tests/tests/parser.rs:148
Functionparse_bool_true
()
tests/tests/parser.rs:122
Functionparse_builtincall
()
tests/tests/parser.rs:974
Functionparse_case_binopr_assoc
()
tests/tests/parser.rs:2532
Functionparse_case_bool
()
tests/tests/parser.rs:1875
Functionparse_case_constructor
()
tests/tests/parser.rs:1942
Functionparse_case_int
()
tests/tests/parser.rs:2148
Functionparse_case_tuple
()
tests/tests/parser.rs:2225
Functionparse_case_val_pattern_wildcard
()
tests/tests/parser.rs:2340
Functionparse_case_var
()
tests/tests/parser.rs:2016
Functionparse_case_wildcard
()
tests/tests/parser.rs:2083
Functionparse_char
()
tests/tests/parser.rs:17
Functionparse_datatype_arg1
()
tests/tests/parser.rs:1501
Functionparse_datatype_arg2
()
tests/tests/parser.rs:1517
Functionparse_datatype_arg3
()
tests/tests/parser.rs:1559
Functionparse_datatype_multi
()
tests/tests/parser.rs:1484
Functionparse_datatype_primlike
()
tests/tests/parser.rs:1586
Functionparse_datatype_single
()
tests/tests/parser.rs:1471
Functionparse_datatype_tuple
()
tests/tests/parser.rs:1543
Functionparse_externcall
()
tests/tests/parser.rs:1016
Functionparse_float
()
tests/tests/parser.rs:96
Functionparse_fn_unary
()
tests/tests/parser.rs:1159
Functionparse_fun_binary
()
tests/tests/parser.rs:1636
Functionparse_fun_multiclause
()
tests/tests/parser.rs:1759
Functionparse_fun_multiclause_different_fnname
()
tests/tests/parser.rs:1819
Functionparse_fun_op
()
tests/tests/parser.rs:1716
Functionparse_fun_pattern
()
tests/tests/parser.rs:1673
Functionparse_fun_unary
()
tests/tests/parser.rs:1608
Functionparse_funarg_pattern
()
tests/tests/parser.rs:2364
Functionparse_if
()
tests/tests/parser.rs:1826
Functionparse_int
()
tests/tests/parser.rs:70
Functionparse_langitem
()
tests/tests/parser.rs:2716
Functionparse_let
()
tests/tests/parser.rs:2732
Functionparse_let_seq
()
tests/tests/parser.rs:2782
Functionparse_local
()
tests/tests/parser.rs:2858
Functionparse_multistatement_val_datatype
()
tests/tests/parser.rs:2632
Functionparse_nofix
()
tests/tests/parser.rs:500
Functionparse_op
()
tests/tests/parser.rs:565
Functionparse_orelse
()
tests/tests/parser.rs:1234
Functionparse_pattern_unit
()
tests/tests/parser.rs:2318
Functionparse_seq
()
tests/tests/parser.rs:239
Functionparse_string
()
tests/tests/parser.rs:43
Functionparse_toplevel_expr
()
tests/tests/parser.rs:2840
Functionparse_tuple
()
tests/tests/parser.rs:198
Functionparse_unit
()
tests/tests/parser.rs:174
Functionparse_val
()
tests/tests/parser.rs:1355
Functionparse_val_seq
()
tests/tests/parser.rs:1381
Functionparse_val_seq_semi
()
tests/tests/parser.rs:1426
Functionparse_while
()
tests/tests/parser.rs:2668
Functionreduce_infixl_n
reduce infixes
src/parser.rs:1378
Methodsource
(&self)
src/error.rs:20
Functiontest_add_and_print
()
webml-test/src/lib.rs:76
Functiontest_big_expression
()
webml-test/src/lib.rs:84
Functiontest_binary_operators
()
webml-test/src/lib.rs:92
Functiontest_boolean_case
()
webml-test/src/lib.rs:100
Functiontest_branches
()
webml-test/src/lib.rs:108
Functiontest_char
()
webml-test/src/lib.rs:116
Functiontest_closures
()
webml-test/src/lib.rs:124
Functiontest_compile_fail
()
tests/tests/compile.rs:63
Functiontest_compile_pass
()
tests/tests/compile.rs:58
Functiontest_datatype
()
webml-test/src/lib.rs:132
Functiontest_datatype_pattern
()
webml-test/src/lib.rs:140
Functiontest_expr_infix_and_app
()
src/parser.rs:1514
Functiontest_expr_infix_and_app2
()
src/parser.rs:1535
Functiontest_fibonacci
()
webml-test/src/lib.rs:148
Functiontest_fn
()
webml-test/src/lib.rs:155
← previousnext →501–600 of 684, ranked by callers