MCPcopy Create free account

hub / github.com/bollu/timi / functions

Functions132 in github.com/bollu/timi

Functionparse_relop
```haskell <relop_expr> := <add_sub> | <add_sub> <relop> <relop_expr>; <relop> := "<" | "<=" | ">" | ">=" | "==" | "!=" ```
src/frontend.rs:919
Methodpretty_print
Pretty print by using `program` and `Range` to show where in the source code the error was found.
src/frontend.rs:107
Methodpretty_print_multiple_lines
Pretty print multiple source lines.
src/frontend.rs:158
Methodpretty_print_single_line
pretty print a single source line
src/frontend.rs:136
Functiontest_add_lhs_ap
()
tests/test_machine.rs:90
Functiontest_add_lhs_rhs_ap
()
tests/test_machine.rs:103
Functiontest_add_rhs_ap
()
tests/test_machine.rs:97
Functiontest_add_simple
()
tests/test_machine.rs:84
Functiontest_case_pair_complex_access_function
()
tests/test_machine.rs:159
Functiontest_case_pair_simple_left_access
()
tests/test_machine.rs:146
Functiontest_case_pair_simple_right_access
()
tests/test_machine.rs:152
Functiontest_comments_folow_whitespace
()
tests/test_machine.rs:198
Functiontest_comments_simple
()
tests/test_machine.rs:190
Functiontest_complex_arith
()
tests/test_machine.rs:109
Functiontest_foldr
()
tests/test_machine.rs:210
Functiontest_if_cond_complex_branch
()
tests/test_machine.rs:128
Functiontest_if_cond_complex_result
()
tests/test_machine.rs:137
Functiontest_if_false_branch
()
tests/test_machine.rs:122
Functiontest_if_true_branch
()
tests/test_machine.rs:115
Functiontest_let_back_dependency
()
tests/test_machine.rs:55
Functiontest_let_forward_dependency
()
tests/test_machine.rs:49
Functiontest_let_mutual_rec
()
tests/test_machine.rs:61
Functiontest_let_mutual_rec2
()
tests/test_machine.rs:69
Functiontest_let_simple
()
tests/test_machine.rs:43
Functiontest_let_uninstantiatable
()
tests/test_machine.rs:78
Functiontest_list_cons_complex
()
tests/test_machine.rs:171
Functiontest_list_cons_simple
()
tests/test_machine.rs:165
Functiontest_list_nil_simple
()
tests/test_machine.rs:178
Functiontest_negate_inner_ap
()
tests/test_machine.rs:37
Functiontest_negate_simple
()
tests/test_machine.rs:31
Functiontest_nil_complex
()
tests/test_machine.rs:184
Functiontest_skk3
()
tests/test_machine.rs:25
← previous101–132 of 132, ranked by callers