Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 2017-11-01 | 1 | -179/+0 |
| | |||||
* | - Re-organized synthesis. | Eduardo Julian | 2017-11-01 | 1 | -5/+5 |
| | |||||
* | - Re-named "parser" to "syntax". | Eduardo Julian | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | - Re-organized analysis. | Eduardo Julian | 2017-10-31 | 1 | -5/+5 |
| | |||||
* | - Re-named "expr" module to "expression". | Eduardo Julian | 2017-10-31 | 1 | -4/+4 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 1 | -27/+19 |
| | | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | ||||
* | - Added a new piece of compiler state, just for storing the current-module. | Eduardo Julian | 2017-10-26 | 1 | -0/+1 |
| | |||||
* | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 1 | -77/+104 |
| | | | - Fixed a bug when combining field/method/class modifiers. | ||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -36/+36 |
| | |||||
* | - Re-named "jvm-import" to "import". | Eduardo Julian | 2017-09-08 | 1 | -2/+2 |
| | |||||
* | - Adapted compiler to the latest stdlib changes. | Eduardo Julian | 2017-06-27 | 1 | -4/+5 |
| | |||||
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -0/+158 |
- Implemented compilation of primitives. - Implemented compilation of structures. |