Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Migrated the format of analysis nodes from a custom data-type, to just ↵ | Eduardo Julian | 2017-10-31 | 1 | -4/+6 |
| | | | | Code nodes. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 1 | -11/+11 |
| | | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | ||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -12/+12 |
| | |||||
* | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 2017-10-11 | 1 | -4/+4 |
| | | | - Some refactoring. | ||||
* | - Re-named luxc/env to luxc/scope. | Eduardo Julian | 2017-09-08 | 1 | -2/+2 |
| | |||||
* | - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition". | Eduardo Julian | 2017-07-02 | 1 | -2/+2 |
| | |||||
* | WIP | Eduardo Julian | 2017-05-15 | 1 | -0/+51 |
- Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring. |