aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-08Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian1-92/+96
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian1-8/+8
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-16/+16
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-2/+2
2021-09-12Made the "#" character great again!Eduardo Julian1-17/+17
2021-09-10Adjusted new compilers to work with the new variant syntax.Eduardo Julian1-5/+5
2021-09-10Fixed the indentation of variants.Eduardo Julian1-35/+35
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-44/+44
2021-09-07De-taggification | part 4Eduardo Julian1-38/+38
2021-09-04De-taggification | part 2Eduardo Julian1-24/+24
2021-09-03Unified tuple and record syntax.Eduardo Julian1-6/+6
2021-08-29De-taggification | part 0Eduardo Julian1-2/+2
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-2/+2
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-2/+2
2021-08-18Some bug fixes.Eduardo Julian1-29/+29
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-11/+11
2021-08-08No more #export magic syntax.Eduardo Julian1-2/+2
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-22/+22
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-7/+7
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian1-1/+1
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-13/+18
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-56/+57
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-24/+24
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-6/+119
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-19/+23
2021-06-08Added type information when logging compiled definitions.Eduardo Julian1-20/+20
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-2/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-28/+28
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-3/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-4/+7
2020-10-25Some small refactoring.Eduardo Julian1-2/+2
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-3/+3
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-0/+1
2020-07-05Got the JS compiler code to build again.Eduardo Julian1-29/+21
2020-06-28Re-added & u[dated packaging machinery.Eduardo Julian1-4/+6
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian1-8/+10
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+0
2020-05-29Can now import previously exported libraries.Eduardo Julian1-2/+2
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian1-17/+31
2020-05-17:share no longer relies on :assumeEduardo Julian1-1/+1
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian1-11/+9
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian1-0/+1
2020-04-16Generating definition names in a new way.Eduardo Julian1-1/+0
2020-03-19Got the new compiler to build again.Eduardo Julian1-0/+1
2020-03-05Beginning to cache artifacts.Eduardo Julian1-2/+5
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian1-18/+20
2019-12-30Re-located generation extensions for JVM.Eduardo Julian1-2/+3