| Commit message (Expand) | Author | Files | Lines |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -17/+15 |
2023-02-03 | Fix some bugs | Son Ho | 1 | -1/+2 |
2023-02-03 | Make good progress on updating SymbolicToPure | Son Ho | 1 | -2/+2 |
2023-02-03 | Add a `Loop` node in the pure AST | Son Ho | 1 | -4/+6 |
2023-02-03 | Add an SCC.ml file for strongly connected components | Son Ho | 1 | -1/+1 |
2023-02-03 | Make progress on Interpreter.ml | Son Ho | 1 | -2/+8 |
2023-02-03 | Start implementing support for loops | Son Ho | 1 | -3/+10 |
2022-11-11 | Fix some issues with the comments | Son Ho | 1 | -1/+1 |
2022-10-27 | Reorganize a bit the project | Son Ho | 1 | -0/+0 |
2022-10-26 | Update the code documentation to fix links and syntax issues | Son Ho | 1 | -24/+24 |
2022-06-27 | Update eval_operand_prepare to not give a value to the continuation | Son Ho | 1 | -4/+33 |
2022-01-21 | Start working on the generation of the symbolic AST | Son Ho | 1 | -1/+2 |
2022-01-20 | Add comments | Son Ho | 1 | -2/+7 |
2022-01-20 | Make various style modifications | Son Ho | 1 | -0/+14 |
2022-01-20 | Make good progress on updating InterpreterStatements to use CPS | Son Ho | 1 | -4/+41 |
2022-01-20 | Add more utilities for bool and integer expansion in | Son Ho | 1 | -0/+3 |
2022-01-20 | Finish updating InterpreterExpressions | Son Ho | 1 | -3/+8 |
2022-01-20 | Add a unit test in Cps.ml | Son Ho | 1 | -0/+8 |
2022-01-20 | Make progress on converting InterpreterExpressions to CPS | Son Ho | 1 | -0/+25 |
2022-01-19 | Update InterpreterExpansion and InterpreterPaths to use CPS | Son Ho | 1 | -1/+4 |
2022-01-19 | Update the return values | Son Ho | 1 | -5/+7 |
2022-01-19 | Start updating the interpreter to make it CPS | Son Ho | 1 | -0/+61 |