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