Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-05-20 | - Simplified the analytic model of tuples into products, and variants into sums. | Eduardo Julian | 2 | -13/+14 |
2017-05-20 | - Some refactoring. | Eduardo Julian | 1 | -1/+9 |
2017-05-17 | - Renamed "Error" to "Result". | Eduardo Julian | 4 | -87/+87 |
2017-05-15 | WIP | Eduardo Julian | 6 | -174/+205 |
2017-05-09 | - Added tests for some kinds of analysis. | Eduardo Julian | 2 | -1/+175 |
2017-05-07 | - Renamed "AST" to "Code". | Eduardo Julian | 1 | -14/+14 |
2017-05-03 | - Removed the "S" suffix from AST tags. | Eduardo Julian | 1 | -12/+12 |
2017-05-03 | - Made some changes in the way the parser works. | Eduardo Julian | 1 | -26/+27 |
2017-04-15 | - Some refactorings. | Eduardo Julian | 1 | -35/+47 |
2017-04-15 | - Fixed a bug with multi-line comments. | Eduardo Julian | 1 | -35/+55 |
2017-04-15 | - Fixed some bugs. | Eduardo Julian | 1 | -17/+82 |
2017-04-14 | - The lexer now takes cursors into account. | Eduardo Julian | 1 | -2/+2 |
2017-04-14 | - Added tests for parser. | Eduardo Julian | 2 | -0/+93 |