summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make good progress on pretty-printing for valuesSon Ho2021-11-192-127/+249
|
* Start working on pretty-printingSon Ho2021-11-195-7/+146
|
* Start working on end_borrowSon Ho2021-11-185-18/+145
|
* Add an Errors.ml fileSon Ho2021-11-182-3/+6
|
* Start working on symbolic values and abstractionsSon Ho2021-11-181-7/+83
|
* Start working on the values for the interpreterSon Ho2021-11-182-2/+57
|
* Cleanup moreSon Ho2021-11-181-14/+0
|
* Cleanup a bitSon Ho2021-11-181-28/+0
|
* Implement char deserialization and commit forgotten changesSon Ho2021-11-182-65/+75
|
* Factorize the deserialization code a bitSon Ho2021-11-182-22/+3
|
* Cleanup a bitSon Ho2021-11-181-27/+0
|
* Remove the automatic derivation of Yojson (de)serializersSon Ho2021-11-188-59/+20
|
* Make various modifications to the deserializerSon Ho2021-11-181-6/+6
|
* Make a minor fix to the deserializerSon Ho2021-11-181-6/+6
|
* Make the json deserializer workSon Ho2021-11-183-486/+555
|
* Implement module deserializationSon Ho2021-11-171-0/+66
|
* Implement deserializing for CfimAstSon Ho2021-11-171-2/+144
|
* Implement deserialization for ExpressionsSon Ho2021-11-172-7/+150
|
* Implement values deserializationSon Ho2021-11-171-1/+82
|
* Make more progress on CfimOfJsonSon Ho2021-11-172-2/+56
|
* Start implementing by hand the json deserializersSon Ho2021-11-174-5/+186
|
* Also generate to_yojson functionsSon Ho2021-11-176-42/+53
|
* Make minor modificationsSon Ho2021-11-172-3/+7
|
* Make progress on deserializing modulesSon Ho2021-11-174-28/+26
|
* Use [@@ëerive of_json] on all the typesSon Ho2021-11-177-25/+61
|
* Make minor modificationsSon Ho2021-11-171-12/+2
|
* Start working on json deserializationSon Ho2021-11-174-4/+47
|
* Implement CfimAst.mlSon Ho2021-11-034-2/+92
|
* Add Values.ml and Expressions.mlSon Ho2021-11-032-0/+118
|
* Split main.ml between Identifiers.ml and Types.mlSon Ho2021-11-033-138/+140
|
* Add some type definitionsSon Ho2021-11-031-2/+43
|
* Setup the projectSon Ho2021-11-024-0/+118
|
* Initial commitSon HO2021-11-022-0/+31