summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reformat some filesSon Ho2024-04-221-5/+5
* item_metaNadrieril2024-04-181-6/+6
* Improve the error messages furtherSon Ho2024-04-071-1/+12
* Add some missing error messagesSon Ho2024-03-291-2/+2
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-5/+13
* added file and line arg to craise and cassertEscherichia2024-03-291-53/+53
* formattingEscherichia2024-03-281-88/+133
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-32/+32
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-8/+7
* added a meta option field to norm_ctx and changed the meta used by some asser...Escherichia2024-03-281-1/+1
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-77/+77
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-1/+1
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-91/+91
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-23/+23
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-132/+134
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-1/+3
* Make good progress on adding generics to global constantsSon Ho2024-03-181-13/+19
* Make minor updatesSon Ho2024-03-171-7/+8
* Fix a small issue ollowing updates in CharonSon Ho2024-03-171-3/+8
* Add logging informationSon Ho2024-03-081-0/+7
* Fix an issue when merging the fwd/back functions of trait methodsSon Ho2023-12-221-9/+24
* Make good progress on merging the fwd/back functionsSon Ho2023-12-211-17/+30
* Rename some definitionsSon Ho2023-12-181-6/+6
* Update the interpreter to handle optional otherwise branchesSon Ho2023-12-131-1/+4
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-2/+2
* Update following changes in CharonSon Ho2023-12-051-383/+413
* Add span information to the generated codeSon Ho2023-11-211-1/+1
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-1/+0
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-226/+212
* Make minor modificationsSon Ho2023-11-131-3/+27
* Add RegionsHierarchy.mlSon Ho2023-11-131-1/+1
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-19/+19
* Prefix variants related to types with "T"Son Ho2023-11-121-4/+4
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-64/+54
* Add some debugging informationSon Ho2023-10-241-0/+7
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-94/+6
* Start updating to handle function pointersSon Ho2023-10-201-34/+44
* Add supSon Ho2023-10-131-1/+1
* Cleanup a bitSon Ho2023-09-191-10/+10
* Normalize the function signatures before translation to pureSon Ho2023-09-171-61/+0
* Make progress on correctly extracting trait method callsSon Ho2023-09-171-13/+20
* Update the handling of calls to trait impl methodsSon Ho2023-09-171-8/+67
* Fix a minor issueSon Ho2023-09-171-2/+2
* Fix some issues with calls to trait methodsSon Ho2023-09-171-2/+7
* Fix some issuesSon Ho2023-09-131-0/+7
* Make minor modificationsSon Ho2023-09-131-2/+6
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-24/+102
* Implement handling of trait method function callsSon Ho2023-09-101-66/+115
* Update PureMicroPassesSon Ho2023-09-011-1/+1
* Implement the normalization functions in AssociatedTypesSon Ho2023-09-011-1/+1