summaryrefslogtreecommitdiff
path: root/src/Expressions.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-29Derive more printing functionsSon Ho1-0/+4
2021-11-29Start deriving formatters for debuggingSon Ho1-4/+7
2021-11-25Implement type substitution for function definitions (and expressions,Son Ho1-0/+2
2021-11-24Make progress on eval_rvalue and update aggregate_kindSon Ho1-1/+2
2021-11-22Add a commentSon Ho1-0/+1
2021-11-22Make progress on {read,write}_pathSon Ho1-1/+0
2021-11-18Remove the automatic derivation of Yojson (de)serializersSon Ho1-11/+4
2021-11-17Implement deserialization for ExpressionsSon Ho1-4/+6
2021-11-17Also generate to_yojson functionsSon Ho1-12/+11
2021-11-17Use [@@ëerive of_json] on all the typesSon Ho1-3/+11
2021-11-03Implement CfimAst.mlSon Ho1-1/+1
2021-11-03Add Values.ml and Expressions.mlSon Ho1-0/+78