aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-5/+5
2021-08-18Some bug fixes.Eduardo Julian1-1/+1
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-8/+8
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-7/+7
2021-08-08No more #export magic syntax.Eduardo Julian1-14/+14
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-176/+176
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-5/+5
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian1-72/+150
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian1-20/+21
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian1-9/+23
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-8/+12
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian1-1/+1
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-51/+52
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-45/+49
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-2/+2
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-2/+3
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-200/+200
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-9/+9
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-11/+11
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-2/+2
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian1-9/+9
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-25/+33
2020-06-23Bug fixes.Eduardo Julian1-2/+3
2020-06-19Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian1-3/+16
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian1-6/+10
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+0
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-5/+5
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian1-80/+80
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian1-3/+3
2020-03-19Got the new compiler to build again.Eduardo Julian1-76/+78
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian1-51/+53
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian1-14/+17
2019-12-30Re-located generation infrastructure.Eduardo Julian1-1/+2
2019-10-16Now allowing types for methods.Eduardo Julian1-3/+2
2019-10-14The new compiler can compile & run the stdlib's test suite.Eduardo Julian1-3/+5
2019-09-17Some refactoring.Eduardo Julian1-0/+0
2019-09-08Some fixes.Eduardo Julian1-105/+86
2019-09-07Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian1-28/+10
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian1-377/+298
2019-08-20Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian1-2/+2
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-167/+181
2019-08-10Got the new compiler working again.Eduardo Julian1-2/+1
2019-06-13Some fixes.Eduardo Julian1-4/+39
2019-06-06WIP: Class definition.Eduardo Julian1-1/+2
2019-05-29Various fixes and tweaks.Eduardo Julian1-3/+15
2019-05-28Implemented machinery for "lux syntax char case!".Eduardo Julian1-48/+36
2019-05-18Moved some of the reflection machinery to its own modules.Eduardo Julian1-1/+1