Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Heavy refactoring. | Eduardo Julian | 2017-11-15 | 1 | -245/+0 |
| | |||||
* | - Refactoring. | Eduardo Julian | 2017-11-13 | 1 | -7/+7 |
| | | | | - Now giving type checking/inference a higher priority. - Better error messages. | ||||
* | - Type-vars no longer get deleted. | Eduardo Julian | 2017-11-13 | 1 | -0/+12 |
| | | | - Fixed some bugs. | ||||
* | - Fixed the tests. | Eduardo Julian | 2017-11-09 | 1 | -1/+1 |
| | | | | - Fixed a few bugs. - Can now translate recursion. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 1 | -4/+4 |
| | | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | ||||
* | - Added a new piece of compiler state, just for storing the current-module. | Eduardo Julian | 2017-10-26 | 1 | -1/+14 |
| | |||||
* | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 1 | -7/+46 |
| | | | - Fixed a bug when combining field/method/class modifiers. | ||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -53/+48 |
| | |||||
* | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 2017-10-11 | 1 | -3/+3 |
| | | | - Some refactoring. | ||||
* | - WIP: JVM field analysis. | Eduardo Julian | 2017-10-08 | 1 | -12/+24 |
| | |||||
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -0/+8 |
| | | | | - Implemented compilation of primitives. - Implemented compilation of structures. | ||||
* | - Fixes for pattern-matching (case) analysis. | Eduardo Julian | 2017-05-29 | 1 | -12/+22 |
| | | | | | | - Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures. | ||||
* | - WIP: Added pattern-matching (case) analysis. | Eduardo Julian | 2017-05-19 | 1 | -9/+12 |
| | |||||
* | - Renamed "Error" to "Result". | Eduardo Julian | 2017-05-17 | 1 | -22/+34 |
| | |||||
* | WIP | Eduardo Julian | 2017-05-15 | 1 | -4/+6 |
| | | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring. | ||||
* | - WIP: Function analysis. | Eduardo Julian | 2017-05-14 | 1 | -0/+38 |
| | |||||
* | - Added tests for some kinds of analysis. | Eduardo Julian | 2017-05-09 | 1 | -5/+22 |
| | | | - WIP: Porting more code. | ||||
* | - Removed the "Debug" compiler mode. | Eduardo Julian | 2017-05-04 | 1 | -2/+3 |
| | |||||
* | - WIP: Implemented more functionality. | Eduardo Julian | 2017-05-03 | 1 | -2/+64 |
| | | | - Lots of refactorings. | ||||
* | - WIP: Some initial implementations for some re-written infrastructure. | Eduardo Julian | 2017-05-01 | 1 | -0/+21 |