Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-named "expr" module to "expression". | Eduardo Julian | 2017-10-31 | 1 | -78/+0 |
| | |||||
* | - Added "^code" pattern-matching macro for easier handling of code. | Eduardo Julian | 2017-10-30 | 1 | -10/+10 |
| | |||||
* | - Migrated the format of synthesis nodes from a custom data-type, to just ↵ | Eduardo Julian | 2017-10-30 | 1 | -25/+32 |
| | | | | Code nodes. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 1 | -22/+12 |
| | | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | ||||
* | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 1 | -1/+5 |
| | | | - Fixed a bug when combining field/method/class modifiers. | ||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -7/+7 |
| | |||||
* | - Function generation. | Eduardo Julian | 2017-09-19 | 1 | -0/+15 |
| | |||||
* | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 2017-09-05 | 1 | -1/+1 |
| | | | - WIP: Some other changes/additions to the new compiler. | ||||
* | - Adjusted compiler to the new lack of Char type. | Eduardo Julian | 2017-07-02 | 1 | -1/+0 |
| | | | - WIP: PM/case synthesis. | ||||
* | - WIP: Added generation for common procedures. | Eduardo Julian | 2017-06-30 | 1 | -1/+5 |
| | |||||
* | - Heavy refactoring. | Eduardo Julian | 2017-06-14 | 1 | -13/+17 |
| | |||||
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -0/+55 |
- Implemented compilation of primitives. - Implemented compilation of structures. |