Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed tests for analysis of common procedures. | Eduardo Julian | 2017-10-26 | 1 | -1/+2 |
| | |||||
* | - 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 | 2 | -116/+116 |
| | |||||
* | - 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 | 2 | -71/+72 |
| | | | - 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 | 2 | -59/+365 |
| | |||||
* | - Added tests for host procedures. | Eduardo Julian | 2017-10-07 | 1 | -104/+118 |
| | |||||
* | - WIP: JVM host procedure analysis. | Eduardo Julian | 2017-10-04 | 2 | -171/+611 |
| | |||||
* | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 2017-09-05 | 1 | -45/+45 |
| | | | - WIP: Some other changes/additions to the new compiler. | ||||
* | - Tested the compilation for "nat" procedures. | Eduardo Julian | 2017-07-03 | 1 | -32/+32 |
| | | | | - Expanded the runtime. - Some bug-fixes and refactorings. | ||||
* | - WIP: Added generation for common procedures. | Eduardo Julian | 2017-06-30 | 1 | -3/+2 |
| | |||||
* | - Documented the analysis phase. | Eduardo Julian | 2017-05-30 | 1 | -0/+3 |
| | | | | - Some refactoring. - Removed singleton variants. | ||||
* | - Fixes for pattern-matching (case) analysis. | Eduardo Julian | 2017-05-29 | 1 | -0/+333 |
- Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures. |