aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-082-93/+97
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-084-5/+10
* v0.6.4Eduardo Julian2021-11-021-1/+1
* v0.6.3Eduardo Julian2021-10-222-2/+2
* Fixed packaging issue.Eduardo Julian2021-10-092-5/+9
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-011-3/+2
* "module:" => "using"Eduardo Julian2021-09-1525-25/+25
* "Row" => "Sequence"Eduardo Julian2021-09-152-11/+11
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-157-8/+8
* Re-named "recur" to "again".Eduardo Julian2021-09-146-46/+46
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-142-15/+15
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-142-2/+2
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-131-4/+4
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-139-118/+45
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1326-196/+197
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-128-123/+123
* Made the "#" character great again!Eduardo Julian2021-09-1221-557/+558
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-102-6/+6
* Fixed the indentation of variants.Eduardo Julian2021-09-101-35/+35
* Migrated variants to the new syntax.Eduardo Julian2021-09-1018-401/+401
* De-bracing | part 1Eduardo Julian2021-09-081-2/+2
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-083-5/+8
* De-taggification | part 4Eduardo Julian2021-09-0725-289/+289
* Applied new convention for variants.Eduardo Julian2021-09-064-47/+59
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-058-30/+30
* De-taggification | part 2Eduardo Julian2021-09-0426-199/+199
* Unified tuple and record syntax.Eduardo Julian2021-09-033-23/+29
* De-taggification | part 0Eduardo Julian2021-08-298-46/+46
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-296-6/+6
* Updates to the Ruby compiler.Eduardo Julian2021-08-278-11/+11
* Updates to the Lua compiler.Eduardo Julian2021-08-252-26/+31
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2418-344/+344
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-236-101/+101
* More fixes.Eduardo Julian2021-08-201-1/+1
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-2/+2
* Some bug fixes.Eduardo Julian2021-08-1814-86/+86
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-166-31/+31
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-145-11/+11
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-134-11/+11
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-126-15/+15
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1110-108/+108
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0917-179/+179
* No more #export magic syntax.Eduardo Julian2021-08-0819-160/+160
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-0216-518/+529
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-275-15/+15
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-233-122/+215
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-223-41/+853
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-202-10/+25
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-1812-114/+229
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-174-19/+29