Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-10-31 | - Re-organized analysis. | Eduardo Julian | 1 | -418/+0 | |
2017-10-31 | - Migrated the format of analysis nodes from a custom data-type, to just ↵ | Eduardo Julian | 1 | -8/+9 | |
Code nodes. | |||||
2017-10-31 | - Now, all special forms are handled as procedures. | Eduardo Julian | 1 | -18/+84 | |
- "lux case" now takes its branches as a non-empty record. | |||||
2017-10-26 | - Fixed tests for analysis of common procedures. | Eduardo Julian | 1 | -1/+2 | |
2017-10-18 | - Updated to the latest changes in stdlib. | Eduardo Julian | 1 | -10/+10 | |
2017-10-11 | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 1 | -43/+43 | |
- Some refactoring. | |||||
2017-10-08 | - WIP: JVM field analysis. | Eduardo Julian | 1 | -5/+5 | |
2017-10-04 | - WIP: JVM host procedure analysis. | Eduardo Julian | 1 | -171/+186 | |
2017-09-05 | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 1 | -45/+45 | |
- WIP: Some other changes/additions to the new compiler. | |||||
2017-07-03 | - Tested the compilation for "nat" procedures. | Eduardo Julian | 1 | -32/+32 | |
- Expanded the runtime. - Some bug-fixes and refactorings. | |||||
2017-06-30 | - WIP: Added generation for common procedures. | Eduardo Julian | 1 | -3/+2 | |
2017-05-30 | - Documented the analysis phase. | Eduardo Julian | 1 | -0/+3 | |
- Some refactoring. - Removed singleton variants. | |||||
2017-05-29 | - Fixes for pattern-matching (case) analysis. | Eduardo Julian | 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. |