Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-16 | - Migrated structure analysis to stdlib. | Eduardo Julian | 1 | -234/+0 | |
- Added an easy way to report information in exceptions. | |||||
2018-05-06 | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 1 | -7/+7 | |
2018-04-06 | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 1 | -25/+30 | |
2017-12-05 | - Added analysis, synthesis, translation and statement extensions. | Eduardo Julian | 1 | -5/+5 | |
- No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments. | |||||
2017-12-01 | - Made it so that module annotations can only be set once now. | Eduardo Julian | 1 | -7/+17 | |
2017-11-29 | - Adapted main codebase to the latest syntatic changes. | Eduardo Julian | 1 | -94/+94 | |
2017-11-20 | - Added parallel compilation. | Eduardo Julian | 1 | -13/+59 | |
- Added aliasing. - Several bug fixes. - Some minor refactoring. | |||||
2017-11-15 | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 1 | -9/+9 | |
2017-11-15 | - Heavy refactoring. | Eduardo Julian | 1 | -2/+2 | |
2017-11-13 | - Refactoring. | Eduardo Julian | 1 | -18/+30 | |
- Now giving type checking/inference a higher priority. - Better error messages. | |||||
2017-10-26 | - Added a new piece of compiler state, just for storing the current-module. | Eduardo Julian | 1 | -1/+2 | |
2017-10-18 | - Updated to the latest changes in stdlib. | Eduardo Julian | 1 | -30/+30 | |
2017-10-11 | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 1 | -8/+8 | |
- Some refactoring. | |||||
2017-09-08 | - Re-named luxc/env to luxc/scope. | Eduardo Julian | 1 | -2/+2 | |
2017-09-05 | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 1 | -10/+10 | |
- WIP: Some other changes/additions to the new compiler. | |||||
2017-05-29 | - Fixes for pattern-matching (case) analysis. | Eduardo Julian | 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. | |||||
2017-05-17 | - Renamed "Error" to "Result". | Eduardo Julian | 1 | -10/+10 | |
2017-05-09 | - Added tests for some kinds of analysis. | Eduardo Julian | 1 | -7/+35 | |
- WIP: Porting more code. | |||||
2017-05-03 | - WIP: Implemented more functionality. | Eduardo Julian | 1 | -1/+54 | |
- Lots of refactorings. | |||||
2017-05-01 | - WIP: Some initial implementations for some re-written infrastructure. | Eduardo Julian | 1 | -0/+6 | |