summaryrefslogtreecommitdiff
path: root/src/Print.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-29Make progress on cleaningSon Ho1-19/+15
2021-11-29Start cleaning Print.mlSon Ho1-25/+24
2021-11-29Start working logging and make progress on printing ASTsSon Ho1-3/+176
2021-11-26Update the env definition to make the frames easier to manipulateSon Ho1-23/+22
2021-11-24Implement eval_binary_opSon Ho1-13/+1
2021-11-24Start refactoring the codeSon Ho1-2/+2
2021-11-23Implement formatting for eval_ctxSon Ho1-1/+84
2021-11-23Change the way exceptions are usedSon Ho1-2/+2
2021-11-22Implement end_borrow_get_borrow_in_envSon Ho1-0/+2
2021-11-22Implement abs_to_stringSon Ho1-0/+13
2021-11-22Implement typed_avalue_to_string_Son Ho1-7/+106
2021-11-22Start working on printing for avaluesSon Ho1-15/+19
2021-11-22Finish the function typed_value_to_stringSon Ho1-2/+26
2021-11-19Make good progress on pretty-printing for valuesSon Ho1-125/+247
2021-11-19Start working on pretty-printingSon Ho1-0/+133