summaryrefslogtreecommitdiff
path: root/src/main.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-29Start deriving formatters for debuggingSon Ho1-0/+4
2021-11-29Improve formattingSon Ho1-1/+1
2021-11-29Test the unit functionsSon Ho1-1/+5
2021-11-29Debug pretty-printingSon Ho1-1/+1
2021-11-29Fix some issues and start printing modulesSon Ho1-4/+4
2021-11-29Move some definitions from CfimOfJson.ml to a new Modules.mlSon Ho1-0/+4
2021-11-29Start working logging and make progress on printing ASTsSon Ho1-1/+1
2021-11-26Update the env definition to make the frames easier to manipulateSon Ho1-0/+1
2021-11-25Make a minor modificationSon Ho1-1/+0
2021-11-23Activate exception backtraceSon Ho1-0/+5
2021-11-22Implement end_borrow_get_borrow_in_envSon Ho1-3/+1
2021-11-19Start working on pretty-printingSon Ho1-0/+2
2021-11-18Start working on end_borrowSon Ho1-0/+1
2021-11-18Cleanup moreSon Ho1-14/+0
2021-11-18Cleanup a bitSon Ho1-28/+0
2021-11-18Remove the automatic derivation of Yojson (de)serializersSon Ho1-2/+0
2021-11-18Make the json deserializer workSon Ho1-3/+17
2021-11-17Start implementing by hand the json deserializersSon Ho1-0/+4
2021-11-17Also generate to_yojson functionsSon Ho1-1/+7
2021-11-17Make minor modificationsSon Ho1-2/+6
2021-11-17Make progress on deserializing modulesSon Ho1-26/+20
2021-11-17Use [@@ëerive of_json] on all the typesSon Ho1-1/+1
2021-11-17Start working on json deserializationSon Ho1-1/+15
2021-11-03Implement CfimAst.mlSon Ho1-0/+1
2021-11-03Split main.ml between Identifiers.ml and Types.mlSon Ho1-138/+1
2021-11-03Add some type definitionsSon Ho1-2/+43
2021-11-02Setup the projectSon Ho1-0/+110