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