summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-03Improve the heuristic to find pretty names for the variables in the loopsSon Ho1-1/+5
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-3/+14
2023-02-03Fix a minor issue in decompose_let_bindingsSon Ho1-1/+2
2023-02-03Add more loop examples and fix issuesSon Ho1-1/+1
2023-02-03Fix a small issue with SymbolicToPure.translate_loopSon Ho1-23/+35
2023-02-03Fix another bugSon Ho1-4/+6
2023-02-03Add a `Loop` node in the pure ASTSon Ho1-0/+15
2023-02-03Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho1-3/+3
2023-02-03Add loop ids to the pure functions identifiersSon Ho1-7/+20
2022-11-14Add a `-use-fuel` optionSon Ho1-4/+25
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-4/+17
2022-11-10Update the way function names are handled in PureSon Ho1-25/+32
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-0/+1
2022-10-28Make minor modificationsSon Ho1-1/+1
2022-10-28Move some files to the Charon projectSon Ho1-1/+1
2022-10-27Reorganize Print.mlSon Ho1-6/+6
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-2/+2
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-4/+4
2022-09-22Make minor cleanupSon Ho1-20/+8
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-3/+6
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-1/+9
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-4/+3
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-3/+3
2022-05-15Treat integer casts in a general mannerSon Ho1-6/+6
2022-05-04Start updating the way the function return type (with errors and states)Son Ho1-19/+4
2022-05-01CleanupSon Ho1-12/+8
2022-05-01Perform more renamingsSon Ho1-4/+4
2022-05-01Perform some renamingsSon Ho1-1/+1
2022-05-01Rename "lvalue" to "pattern"Son Ho1-12/+12
2022-04-29Make more progress propagating the changesSon Ho1-2/+1
2022-04-29Make good progress updating the codeSon Ho1-11/+10
2022-04-29Merge the rvalues with the expressionsSon Ho1-42/+101
2022-04-27Update ExtractToFStarSon Ho1-24/+21
2022-04-26Introduce the Abs expression and continue updating the codeSon Ho1-2/+12
2022-04-26Introduce the App expression, and make progress updating the codeSon Ho1-29/+67
2022-04-21Make minor modificationsSon Ho1-1/+5
2022-04-21Improve the generation of names for given back valuesSon Ho1-7/+19
2022-04-21Work on pretty namesSon Ho1-9/+4
2022-04-20Introduce mdplace to link meta information about the given back valuesSon Ho1-22/+28
2022-04-20Improve the generation of pretty names by correctly using theSon Ho1-18/+22
2022-04-20Improve PrintPure.mlSon Ho1-6/+7
2022-03-03In fun_id rename the variant Local to RegularSon Ho1-1/+1
2022-03-03Make good progress on adding support for external and opaqueSon Ho1-6/+10
2022-03-03Rename CFIM to LLBCSon Ho1-3/+3
2022-03-03Add an Opaque variant to type_decl_kind and start updating the codeSon Ho1-0/+1
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-34/+34
2022-02-24Update the way function names are handledSon Ho1-2/+4
2022-02-23Add the `State` assumed type in Pure.mlSon Ho1-1/+10
2022-02-08Add type checking utilities for the pure ADTSon Ho1-5/+13