aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-16Made some new-luxc modules "old".Eduardo Julian1-761/+0
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-7/+7
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-32/+32
2018-07-22- Some fixes due to recent changes in stdlib.Eduardo Julian1-183/+183
2018-07-14Switched to using new bit syntax in new-luxc.Eduardo Julian1-6/+6
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-6/+10
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian1-1/+1
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-10/+15
2018-02-06- Fixed some failing new-luxc tests.Eduardo Julian1-60/+52
2018-01-28- Got JS backend to build with the rest of the new-luxc code.Eduardo Julian1-2/+1
2018-01-08- Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian1-1/+1
2017-12-05- All analysis procedures have been turned into extensions.Eduardo Julian1-1/+1
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-506/+506
2017-11-26- Changed to the new relative imports syntax.Eduardo Julian1-1/+1
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-20/+20
2017-11-15- Heavy refactoring.Eduardo Julian1-7/+7
2017-11-14- Implemented loop translation.Eduardo Julian1-18/+12
2017-11-13- Refactoring.Eduardo Julian1-19/+25
2017-11-01- Minor refactorings.Eduardo Julian1-33/+33
2017-11-01- Re-organized code-generation, and re-named it "translation".Eduardo Julian1-3/+1
2017-11-01- Re-organized synthesis.Eduardo Julian1-1/+0
2017-10-31- Re-organized analysis.Eduardo Julian1-2/+1
2017-10-31- Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian1-1/+0
2017-10-31- Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian1-5/+5
2017-10-30- Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian1-15/+18
2017-10-29- Fixed some bugs.Eduardo Julian1-3/+4
2017-10-26- Fixed some compiler tests.Eduardo Julian1-6/+6
2017-10-19- Compilation for method invocation.Eduardo Julian1-4/+168
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-12/+12
2017-10-14- Compilation and tests for fields.Eduardo Julian1-1/+156
2017-10-14- Compilation for object-based procedures.Eduardo Julian1-0/+72
2017-10-12- Compilation and tests for arrays.Eduardo Julian1-0/+97
2017-10-12- Compilation and tests for arithmetic, bit-wise operations and order.Eduardo Julian1-0/+168
2017-10-12- Compilation and tests for primitive conversions.Eduardo Julian1-0/+106