aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/extension/analysis/host.jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-23- Migrated special-form analysis to stdlib.Eduardo Julian1-1218/+0
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-5/+5
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian1-4/+4
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-57/+63
2018-02-06- Fixed some failing new-luxc tests.Eduardo Julian1-163/+132
2017-12-05- All analysis procedures have been turned into extensions.Eduardo Julian1-19/+20
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-565/+565
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-72/+72
2017-11-15- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian1-2/+2
2017-11-15- Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian1-7/+7
2017-11-15- Heavy refactoring.Eduardo Julian1-3/+3
2017-11-14- Yet more refactoring.Eduardo Julian1-6/+6
2017-11-13- More refactoring.Eduardo Julian1-32/+17
2017-11-13- Refactoring.Eduardo Julian1-249/+265
2017-10-31- Re-organized analysis.Eduardo Julian1-3/+3
2017-10-31- Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian1-26/+32
2017-10-31- Now, all special forms are handled as procedures.Eduardo Julian1-19/+19
2017-10-26- Fixed some compiler tests.Eduardo Julian1-1/+1
2017-10-21- Updated new compiler to latest version of stdlib.Eduardo Julian1-19/+19
2017-10-19- Compilation for method invocation.Eduardo Julian1-4/+9
2017-10-18- Method invocation analysis.Eduardo Julian1-57/+119
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-106/+106
2017-10-15- WIP: Method analysis.Eduardo Julian1-5/+317
2017-10-14- Compilation and tests for fields.Eduardo Julian1-15/+26
2017-10-12- Compilation and tests for arrays.Eduardo Julian1-3/+3
2017-10-12- Compilation and tests for arithmetic, bit-wise operations and order.Eduardo Julian1-7/+2
2017-10-11- Migrated new-luxc to latest version of stdlib.Eduardo Julian1-28/+29
2017-10-09- Improved polymorphism and inheritance support.Eduardo Julian1-93/+174
2017-10-08- WIP: Added support for inheritance.Eduardo Julian1-104/+127
2017-10-08- WIP: JVM field analysis.Eduardo Julian1-54/+360
2017-10-07- Added tests for host procedures.Eduardo Julian1-104/+118
2017-10-04- WIP: JVM host procedure analysis.Eduardo Julian1-0/+425