| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some issues and start printing modules | Son Ho | 2021-11-29 | 1 | -2/+2 |
* | Finish cleaning up CfimOfJson | Son Ho | 2021-11-29 | 1 | -116/+115 |
* | Continue cleaning up | Son Ho | 2021-11-29 | 1 | -54/+53 |
* | Continue cleanin | Son Ho | 2021-11-29 | 1 | -29/+28 |
* | Start cleaning up CfimOfJson | Son Ho | 2021-11-29 | 1 | -8/+8 |
* | Move some definitions from CfimOfJson.ml to a new Modules.ml | Son Ho | 2021-11-29 | 1 | -14/+1 |
* | Start working on function calls | Son Ho | 2021-11-25 | 1 | -2/+2 |
* | Make progress on eval_rvalue and update aggregate_kind | Son Ho | 2021-11-24 | 1 | -2/+5 |
* | Implement eval_binary_op | Son Ho | 2021-11-24 | 1 | -12/+12 |
* | Finish implementing constant_value_to_typed_value | Son Ho | 2021-11-23 | 1 | -1/+6 |
* | Add more utilities for scalars and add range tests in CfimOfJson | Son Ho | 2021-11-23 | 1 | -39/+48 |
* | Make progress on {read,write}_path | Son Ho | 2021-11-22 | 1 | -3/+0 |
* | Implement char deserialization and commit forgotten changes | Son Ho | 2021-11-18 | 1 | -65/+0 |
* | Factorize the deserialization code a bit | Son Ho | 2021-11-18 | 1 | -2/+1 |
* | Remove the automatic derivation of Yojson (de)serializers | Son Ho | 2021-11-18 | 1 | -2/+2 |
* | Make various modifications to the deserializer | Son Ho | 2021-11-18 | 1 | -6/+6 |
* | Make a minor fix to the deserializer | Son Ho | 2021-11-18 | 1 | -6/+6 |
* | Make the json deserializer work | Son Ho | 2021-11-18 | 1 | -477/+505 |
* | Implement module deserialization | Son Ho | 2021-11-17 | 1 | -0/+66 |
* | Implement deserializing for CfimAst | Son Ho | 2021-11-17 | 1 | -2/+144 |
* | Implement deserialization for Expressions | Son Ho | 2021-11-17 | 1 | -3/+144 |
* | Implement values deserialization | Son Ho | 2021-11-17 | 1 | -1/+82 |
* | Make more progress on CfimOfJson | Son Ho | 2021-11-17 | 1 | -0/+54 |
* | Start implementing by hand the json deserializers | Son Ho | 2021-11-17 | 1 | -0/+166 |