Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bollu/timi
/ functions
Functions
132 in github.com/bollu/timi
⨍
Functions
132
◇
Types & classes
19
Function
parse_relop
```haskell <relop_expr> := <add_sub> | <add_sub> <relop> <relop_expr>; <relop> := "<" | "<=" | ">" | ">=" | "==" | "!=" ```
src/frontend.rs:919
Method
pretty_print
Pretty print by using `program` and `Range` to show where in the source code the error was found.
src/frontend.rs:107
Method
pretty_print_multiple_lines
Pretty print multiple source lines.
src/frontend.rs:158
Method
pretty_print_single_line
pretty print a single source line
src/frontend.rs:136
Function
test_add_lhs_ap
()
tests/test_machine.rs:90
Function
test_add_lhs_rhs_ap
()
tests/test_machine.rs:103
Function
test_add_rhs_ap
()
tests/test_machine.rs:97
Function
test_add_simple
()
tests/test_machine.rs:84
Function
test_case_pair_complex_access_function
()
tests/test_machine.rs:159
Function
test_case_pair_simple_left_access
()
tests/test_machine.rs:146
Function
test_case_pair_simple_right_access
()
tests/test_machine.rs:152
Function
test_comments_folow_whitespace
()
tests/test_machine.rs:198
Function
test_comments_simple
()
tests/test_machine.rs:190
Function
test_complex_arith
()
tests/test_machine.rs:109
Function
test_foldr
()
tests/test_machine.rs:210
Function
test_if_cond_complex_branch
()
tests/test_machine.rs:128
Function
test_if_cond_complex_result
()
tests/test_machine.rs:137
Function
test_if_false_branch
()
tests/test_machine.rs:122
Function
test_if_true_branch
()
tests/test_machine.rs:115
Function
test_let_back_dependency
()
tests/test_machine.rs:55
Function
test_let_forward_dependency
()
tests/test_machine.rs:49
Function
test_let_mutual_rec
()
tests/test_machine.rs:61
Function
test_let_mutual_rec2
()
tests/test_machine.rs:69
Function
test_let_simple
()
tests/test_machine.rs:43
Function
test_let_uninstantiatable
()
tests/test_machine.rs:78
Function
test_list_cons_complex
()
tests/test_machine.rs:171
Function
test_list_cons_simple
()
tests/test_machine.rs:165
Function
test_list_nil_simple
()
tests/test_machine.rs:178
Function
test_negate_inner_ap
()
tests/test_machine.rs:37
Function
test_negate_simple
()
tests/test_machine.rs:31
Function
test_nil_complex
()
tests/test_machine.rs:184
Function
test_skk3
()
tests/test_machine.rs:25
← previous
101–132 of 132, ranked by callers