aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-18/+18
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-38/+38
* Made the "#" character great again!Eduardo Julian2021-09-121-52/+52
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-101-1/+1
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-44/+44
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
* De-taggification | part 4Eduardo Julian2021-09-071-32/+32
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-5/+5
* De-taggification | part 2Eduardo Julian2021-09-041-19/+19
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-1/+1
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-77/+77
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-5/+5
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-8/+8
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-7/+7
* No more #export magic syntax.Eduardo Julian2021-08-081-14/+14
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-176/+176
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-5/+5
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-231-72/+150
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-20/+21
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-9/+23
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-8/+12
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-51/+52
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-45/+49
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-2/+2
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-2/+3
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-200/+200
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-9/+9
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-11/+11
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-2/+2
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-9/+9
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-25/+33
* Bug fixes.Eduardo Julian2020-06-231-2/+3
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-191-3/+16
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-011-6/+10
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+1047