aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/directive/jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-1522/+0
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-301-4/+4
* De-sigil-ification: !Eduardo Julian2022-03-171-16/+16
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-14/+14
* De-sigil-ification: ^Eduardo Julian2022-03-151-19/+21
* De-sigil-ification: >Eduardo Julian2022-03-141-8/+8
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-497/+496
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-031-498/+498
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-251-9/+9
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-241-72/+73
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-6/+42
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* "Row" => "Sequence"Eduardo Julian2021-09-151-8/+8
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-2/+2
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-1/+1
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-131-3/+3
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-20/+20
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-63/+63
* Made the "#" character great again!Eduardo Julian2021-09-121-271/+271
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-145/+145
* De-taggification | part 4Eduardo Julian2021-09-071-29/+29
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-15/+15
* De-taggification | part 2Eduardo Julian2021-09-041-20/+20
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
* Updates to the Lua compiler.Eduardo Julian2021-08-251-11/+13
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-70/+70
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-19/+19
* 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-19/+19
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-4/+4
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-10/+10
* No more #export magic syntax.Eduardo Julian2021-08-081-24/+24
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-102/+102
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-231-49/+64
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-18/+826
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-1/+2
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-19/+119
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-34/+35
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-6/+6
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-11/+29
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-1/+1
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-4/+5
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-70/+70
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-1/+2
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-14/+14
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-1/+1
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-241-12/+11