| Commit message (Expand) | Author | Age | Files | Lines |
* | Make minor modifications | Son Ho | 2022-05-04 | 4 | -35/+28 |
* | Fix various issues when using a state | Son Ho | 2022-05-04 | 2 | -30/+12 |
* | Fix more issues | Son Ho | 2022-05-04 | 2 | -32/+12 |
* | Fix some issues when using states | Son Ho | 2022-05-04 | 3 | -72/+84 |
* | Make progress updating the code | Son Ho | 2022-05-04 | 5 | -194/+76 |
* | Start updating the way the function return type (with errors and states) | Son Ho | 2022-05-04 | 4 | -182/+278 |
* | Move the type-checking functions for pure AST to PureTypeCheck.ml | Son Ho | 2022-05-01 | 3 | -149/+179 |
* | Improve type-checking | Son Ho | 2022-05-01 | 1 | -10/+23 |
* | Do more cleanup | Son Ho | 2022-05-01 | 4 | -28/+31 |
* | Cleanup | Son Ho | 2022-05-01 | 6 | -106/+47 |
* | Perform more renamings | Son Ho | 2022-05-01 | 4 | -16/+14 |
* | Perform some renamings | Son Ho | 2022-05-01 | 10 | -83/+76 |
* | Rename "lvalue" to "pattern" | Son Ho | 2022-05-01 | 6 | -160/+159 |
* | Fix a minor issue when extracting files | Son Ho | 2022-05-01 | 1 | -6/+6 |
* | Make a minor modification | Son Ho | 2022-05-01 | 1 | -1/+1 |
* | Make more progress propagating the changes | Son Ho | 2022-04-29 | 5 | -112/+151 |
* | Add ConstStrings.ml | Son Ho | 2022-04-29 | 1 | -0/+7 |
* | Make progress on PureMicroPasses | Son Ho | 2022-04-29 | 2 | -169/+143 |
* | Make good progress updating the code | Son Ho | 2022-04-29 | 4 | -155/+186 |
* | Merge the rvalues with the expressions | Son Ho | 2022-04-29 | 5 | -371/+497 |
* | Make minor modifications | Son Ho | 2022-04-27 | 2 | -3/+73 |
* | Make a minor modification | Son Ho | 2022-04-27 | 1 | -1/+3 |
* | Fix a minor issue | Son Ho | 2022-04-27 | 1 | -1/+2 |
* | Fix various bugs when extracting with a state monad | Son Ho | 2022-04-27 | 5 | -52/+146 |
* | Make minor modifications | Son Ho | 2022-04-27 | 1 | -4/+5 |
* | Update formatting | Son Ho | 2022-04-27 | 1 | -12/+6 |
* | Make minor modifications to formatting | Son Ho | 2022-04-27 | 1 | -37/+35 |
* | Fix the filtering of useless backward functions | Son Ho | 2022-04-27 | 1 | -1/+6 |
* | Make minor updates | Son Ho | 2022-04-27 | 2 | -1/+1 |
* | Update ExtractToFStar | Son Ho | 2022-04-27 | 2 | -138/+209 |
* | Make more progress | Son Ho | 2022-04-27 | 2 | -14/+42 |
* | Make progress on the updates | Son Ho | 2022-04-26 | 1 | -54/+11 |
* | Introduce the Abs expression and continue updating the code | Son Ho | 2022-04-26 | 10 | -194/+249 |
* | Introduce the App expression, and make progress updating the code | Son Ho | 2022-04-26 | 10 | -124/+218 |
* | Make minor modifications | Son Ho | 2022-04-21 | 1 | -1/+5 |
* | Cleanup and update comments | Son Ho | 2022-04-21 | 5 | -130/+75 |
* | Improve the generation of names for given back values | Son Ho | 2022-04-21 | 15 | -72/+236 |
* | Work on pretty names | Son Ho | 2022-04-21 | 9 | -101/+152 |
* | Add comments | Son Ho | 2022-04-20 | 1 | -0/+7 |
* | Introduce mdplace to link meta information about the given back values | Son Ho | 2022-04-20 | 8 | -114/+212 |
* | Improve the generation of pretty names by correctly using the | Son Ho | 2022-04-20 | 4 | -23/+30 |
* | Improve PrintPure.ml | Son Ho | 2022-04-20 | 1 | -6/+7 |
* | Update the evaluation of matches for the cases where the scrutinee is a | Son Ho | 2022-04-20 | 2 | -13/+32 |
* | Fix minor issues for the translation of hashmap_on_disk | Son Ho | 2022-03-04 | 2 | -12/+60 |
* | Make minor modifications to the variable names generation | Son Ho | 2022-03-04 | 2 | -3/+12 |
* | Fix a minor issue with external function declarations | Son Ho | 2022-03-04 | 1 | -0/+21 |
* | Fix a small issue with PureMicroPasses.get_body_min_var_counter | Son Ho | 2022-03-04 | 3 | -19/+21 |
* | Fix a minor issue | Son Ho | 2022-03-04 | 1 | -6/+9 |
* | Fix minor issues when using the state-error monad | Son Ho | 2022-03-04 | 2 | -7/+85 |
* | Fix minor issues with regards to extraction of opaque types | Son Ho | 2022-03-04 | 2 | -15/+21 |