Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Heavy refactoring. | Eduardo Julian | 2017-11-15 | 1 | -173/+0 |
| | |||||
* | - Refactoring. | Eduardo Julian | 2017-11-13 | 1 | -18/+30 |
| | | | | - Now giving type checking/inference a higher priority. - Better error messages. | ||||
* | - Added a new piece of compiler state, just for storing the current-module. | Eduardo Julian | 2017-10-26 | 1 | -1/+2 |
| | |||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -30/+30 |
| | |||||
* | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 2017-10-11 | 1 | -8/+8 |
| | | | - Some refactoring. | ||||
* | - Re-named luxc/env to luxc/scope. | Eduardo Julian | 2017-09-08 | 1 | -2/+2 |
| | |||||
* | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 2017-09-05 | 1 | -10/+10 |
| | | | - WIP: Some other changes/additions to the new compiler. | ||||
* | - Fixes for pattern-matching (case) analysis. | Eduardo Julian | 2017-05-29 | 1 | -2/+75 |
| | | | | | | - Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures. | ||||
* | - Renamed "Error" to "Result". | Eduardo Julian | 2017-05-17 | 1 | -10/+10 |
| | |||||
* | - Added tests for some kinds of analysis. | Eduardo Julian | 2017-05-09 | 1 | -7/+35 |
| | | | - WIP: Porting more code. | ||||
* | - WIP: Implemented more functionality. | Eduardo Julian | 2017-05-03 | 1 | -1/+54 |
| | | | - Lots of refactorings. | ||||
* | - WIP: Some initial implementations for some re-written infrastructure. | Eduardo Julian | 2017-05-01 | 1 | -0/+6 |