summaryrefslogtreecommitdiff
path: root/src/Identifiers.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-18Remove the automatic derivation of Yojson (de)serializersSon Ho1-16/+5
2021-11-18Make the json deserializer workSon Ho1-6/+33
2021-11-17Start implementing by hand the json deserializersSon Ho1-0/+11
2021-11-17Also generate to_yojson functionsSon Ho1-3/+7
2021-11-17Use [@@ëerive of_json] on all the typesSon Ho1-1/+2
2021-11-17Make minor modificationsSon Ho1-12/+2
2021-11-17Start working on json deserializationSon Ho1-1/+28
2021-11-03Implement CfimAst.mlSon Ho1-1/+19
2021-11-03Split main.ml between Identifiers.ml and Types.mlSon Ho1-0/+42