Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -222/+0 |
| | | | | - Implemented compilation of primitives. - Implemented compilation of structures. | ||||
* | - Renamed "Error" to "Result". | Eduardo Julian | 2017-05-17 | 1 | -20/+20 |
| | |||||
* | WIP | Eduardo Julian | 2017-05-15 | 1 | -1/+1 |
| | | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring. | ||||
* | - Added tests for some kinds of analysis. | Eduardo Julian | 2017-05-09 | 1 | -10/+77 |
| | | | - WIP: Porting more code. | ||||
* | - Renamed "AST" to "Code". | Eduardo Julian | 2017-05-07 | 1 | -2/+2 |
| | |||||
* | - Removed the "Debug" compiler mode. | Eduardo Julian | 2017-05-04 | 1 | -3/+3 |
| | |||||
* | - Removed the "S" suffix from AST tags. | Eduardo Julian | 2017-05-03 | 1 | -7/+7 |
| | |||||
* | - WIP: Implemented more functionality. | Eduardo Julian | 2017-05-03 | 1 | -47/+107 |
| | | | - Lots of refactorings. | ||||
* | - WIP: Some initial implementations for some re-written infrastructure. | Eduardo Julian | 2017-05-01 | 1 | -0/+95 |