Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-organized analysis. | Eduardo Julian | 2017-10-31 | 1 | -1241/+0 |
| | |||||
* | - Migrated the format of analysis nodes from a custom data-type, to just ↵ | Eduardo Julian | 2017-10-31 | 1 | -26/+32 |
| | | | | Code nodes. | ||||
* | - Now, all special forms are handled as procedures. | Eduardo Julian | 2017-10-31 | 1 | -19/+19 |
| | | | - "lux case" now takes its branches as a non-empty record. | ||||
* | - Fixed some compiler tests. | Eduardo Julian | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | - Updated new compiler to latest version of stdlib. | Eduardo Julian | 2017-10-21 | 1 | -19/+19 |
| | |||||
* | - Compilation for method invocation. | Eduardo Julian | 2017-10-19 | 1 | -4/+9 |
| | |||||
* | - Method invocation analysis. | Eduardo Julian | 2017-10-18 | 1 | -57/+119 |
| | |||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -106/+106 |
| | |||||
* | - WIP: Method analysis. | Eduardo Julian | 2017-10-15 | 1 | -5/+317 |
| | |||||
* | - Compilation and tests for fields. | Eduardo Julian | 2017-10-14 | 1 | -15/+26 |
| | |||||
* | - Compilation and tests for arrays. | Eduardo Julian | 2017-10-12 | 1 | -3/+3 |
| | |||||
* | - Compilation and tests for arithmetic, bit-wise operations and order. | Eduardo Julian | 2017-10-12 | 1 | -7/+2 |
| | |||||
* | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 2017-10-11 | 1 | -28/+29 |
| | | | - Some refactoring. | ||||
* | - Improved polymorphism and inheritance support. | Eduardo Julian | 2017-10-09 | 1 | -93/+174 |
| | | | - Added casting support for automatic boxing/unboxing. | ||||
* | - WIP: Added support for inheritance. | Eduardo Julian | 2017-10-08 | 1 | -104/+127 |
| | |||||
* | - WIP: JVM field analysis. | Eduardo Julian | 2017-10-08 | 1 | -54/+360 |
| | |||||
* | - Added tests for host procedures. | Eduardo Julian | 2017-10-07 | 1 | -104/+118 |
| | |||||
* | - WIP: JVM host procedure analysis. | Eduardo Julian | 2017-10-04 | 1 | -0/+425 |