aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-2/+2
* Made the "#" character great again!Eduardo Julian2021-09-121-17/+17
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-101-5/+5
* Fixed the indentation of variants.Eduardo Julian2021-09-101-35/+35
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-44/+44
* De-taggification | part 4Eduardo Julian2021-09-071-38/+38
* De-taggification | part 2Eduardo Julian2021-09-041-24/+24
* Unified tuple and record syntax.Eduardo Julian2021-09-031-6/+6
* De-taggification | part 0Eduardo Julian2021-08-291-2/+2
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-2/+2
* Some bug fixes.Eduardo Julian2021-08-181-29/+29
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-2/+2
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-11/+11
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-22/+22
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-7/+7
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-231-1/+1
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-13/+18
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-56/+57
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-24/+24
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-6/+119
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-19/+23
* Added type information when logging compiled definitions.Eduardo Julian2021-06-081-20/+20
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-2/+1
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-28/+28
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-3/+4
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-4/+7
* Some small refactoring.Eduardo Julian2020-10-251-2/+2
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-3/+3
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-0/+1
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-29/+21
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-281-4/+6
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-241-8/+10
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+180