summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsFixedPoint.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-28WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia1-42/+43
2024-03-08Simplify the contexts before symbolically evaluating loopsSon Ho1-1/+118
2024-03-08Make progress on fixing the loopsSon Ho1-5/+17
2024-03-08Add logging informationSon Ho1-0/+16
2023-12-18Rename some definitionsSon Ho1-9/+9
2023-12-05Update following changes in CharonSon Ho1-1/+1
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-156/+145
2023-11-12Add the "V" prefix to most variants related to valuesSon Ho1-9/+9
2023-11-12Prefix variants related to types with "T"Son Ho1-1/+1
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-8/+8
2023-08-03Fix an issue with the extraction of aggregated arraysSon Ho1-1/+1
2023-08-02Make progress proapagating the changesSon Ho1-0/+1
2023-02-03Split InterpreterLoops into several filesSon Ho1-0/+965