Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-11-25 | Start working on eval_local_function_call | Son Ho | 1 | -0/+3 |
2021-11-25 | Start working on function calls | Son Ho | 1 | -1/+1 |
2021-11-24 | Implement eval_binary_op | Son Ho | 1 | -13/+1 |
2021-11-22 | Implement abs_to_string | Son Ho | 1 | -2/+3 |
2021-11-22 | Implement typed_avalue_to_string_ | Son Ho | 1 | -4/+4 |
2021-11-22 | Start working on printing for avalues | Son Ho | 1 | -17/+29 |
2021-11-19 | Make good progress on pretty-printing for values | Son Ho | 1 | -2/+2 |
2021-11-18 | Start working on end_borrow | Son Ho | 1 | -18/+20 |
2021-11-18 | Start working on symbolic values and abstractions | Son Ho | 1 | -7/+83 |
2021-11-18 | Start working on the values for the interpreter | Son Ho | 1 | -0/+47 |
2021-11-18 | Remove the automatic derivation of Yojson (de)serializers | Son Ho | 1 | -3/+1 |
2021-11-17 | Also generate to_yojson functions | Son Ho | 1 | -3/+5 |
2021-11-17 | Make progress on deserializing modules | Son Ho | 1 | -2/+0 |
2021-11-17 | Use [@@ëerive of_json] on all the types | Son Ho | 1 | -12/+23 |
2021-11-03 | Add Values.ml and Expressions.ml | Son Ho | 1 | -0/+40 |