summaryrefslogtreecommitdiff
path: root/src/Identifiers.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement test_unit_functionSon Ho2021-11-261-0/+4
|
* Make progress on evaluate_non_local_function_callSon Ho2021-11-261-0/+9
|
* Implement various substitution functionsSon Ho2021-11-251-8/+19
|
* Implement the discriminant case of eval_rvalueSon Ho2021-11-241-0/+4
|
* Start refactoring the codeSon Ho2021-11-241-0/+8
|
* Write utilities for the scalarsSon Ho2021-11-231-1/+6
|
* Implement formatting for eval_ctxSon Ho2021-11-231-0/+8
|
* Define evaluation contextsSon Ho2021-11-231-1/+8
|
* Implement update_env_at_placeSon Ho2021-11-231-0/+4
|
* Implement expand_bottom_valueSon Ho2021-11-231-0/+4
|
* Cleanup a bitSon Ho2021-11-231-0/+4
|
* Change the way exceptions are usedSon Ho2021-11-231-1/+1
|
* Make progress on write_projectionSon Ho2021-11-221-0/+10
|
* Make progress on {read,write}_pathSon Ho2021-11-221-0/+4
|
* Start working on printing for avaluesSon Ho2021-11-221-0/+6
|
* Start working on end_borrowSon Ho2021-11-181-0/+8
|
* Add an Errors.ml fileSon Ho2021-11-181-3/+1
|
* Start working on the values for the interpreterSon Ho2021-11-181-2/+10
|
* Factorize the deserialization code a bitSon Ho2021-11-181-20/+2
|
* Cleanup a bitSon Ho2021-11-181-27/+0
|
* Remove the automatic derivation of Yojson (de)serializersSon Ho2021-11-181-16/+5
|
* Make the json deserializer workSon Ho2021-11-181-6/+33
|
* Start implementing by hand the json deserializersSon Ho2021-11-171-0/+11
|
* Also generate to_yojson functionsSon Ho2021-11-171-3/+7
|
* Use [@@ëerive of_json] on all the typesSon Ho2021-11-171-1/+2
|
* Make minor modificationsSon Ho2021-11-171-12/+2
|
* Start working on json deserializationSon Ho2021-11-171-1/+28
|
* Implement CfimAst.mlSon Ho2021-11-031-1/+19
|
* Split main.ml between Identifiers.ml and Types.mlSon Ho2021-11-031-0/+42