Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-11-18 | Start working on the values for the interpreter | Son Ho | 1 | -2/+10 |
2021-11-18 | Factorize the deserialization code a bit | Son Ho | 1 | -20/+2 |
2021-11-18 | Cleanup a bit | Son Ho | 1 | -27/+0 |
2021-11-18 | Remove the automatic derivation of Yojson (de)serializers | Son Ho | 1 | -16/+5 |
2021-11-18 | Make the json deserializer work | Son Ho | 1 | -6/+33 |
2021-11-17 | Start implementing by hand the json deserializers | Son Ho | 1 | -0/+11 |
2021-11-17 | Also generate to_yojson functions | Son Ho | 1 | -3/+7 |
2021-11-17 | Use [@@ëerive of_json] on all the types | Son Ho | 1 | -1/+2 |
2021-11-17 | Make minor modifications | Son Ho | 1 | -12/+2 |
2021-11-17 | Start working on json deserialization | Son Ho | 1 | -1/+28 |
2021-11-03 | Implement CfimAst.ml | Son Ho | 1 | -1/+19 |
2021-11-03 | Split main.ml between Identifiers.ml and Types.ml | Son Ho | 1 | -0/+42 |