Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Heavy refactoring. | Eduardo Julian | 2017-11-15 | 1 | -185/+0 |
| | |||||
* | - Fixed the tests. | Eduardo Julian | 2017-11-09 | 1 | -4/+40 |
| | | | | - Fixed a few bugs. - Can now translate recursion. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-06 | 1 | -3/+52 |
| | |||||
* | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 2017-11-01 | 1 | -13/+12 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 1 | -0/+4 |
| | | | | | - 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 | -5/+6 |
| | | | - Fixed a bug when combining field/method/class modifiers. | ||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -10/+10 |
| | |||||
* | - WIP: JVM host procedure analysis. | Eduardo Julian | 2017-10-04 | 1 | -0/+9 |
| | |||||
* | - Function generation. | Eduardo Julian | 2017-09-19 | 1 | -6/+7 |
| | |||||
* | - Re-named "jvm-import" to "import". | Eduardo Julian | 2017-09-08 | 1 | -7/+7 |
| | |||||
* | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 2017-09-05 | 1 | -10/+10 |
| | | | - WIP: Some other changes/additions to the new compiler. | ||||
* | - Tested the compilation for "nat" procedures. | Eduardo Julian | 2017-07-03 | 1 | -13/+14 |
| | | | | - Expanded the runtime. - Some bug-fixes and refactorings. | ||||
* | - Heavy refactoring. | Eduardo Julian | 2017-06-14 | 1 | -2/+1 |
| | |||||
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -0/+86 |
- Implemented compilation of primitives. - Implemented compilation of structures. |