aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-082-3/+6
* "module:" => "using"Eduardo Julian2021-09-1518-18/+18
* "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-145-33/+33
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-142-15/+15
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-142-2/+2
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-138-110/+37
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1319-170/+171
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-127-121/+121
* Made the "#" character great again!Eduardo Julian2021-09-1215-436/+437
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-101-1/+1
* Migrated variants to the new syntax.Eduardo Julian2021-09-1012-255/+255
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-083-5/+8
* De-taggification | part 4Eduardo Julian2021-09-0719-229/+229
* 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-0419-163/+163
* Unified tuple and record syntax.Eduardo Julian2021-09-032-17/+23
* De-taggification | part 0Eduardo Julian2021-08-296-43/+43
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-296-6/+6
* Updates to the Ruby compiler.Eduardo Julian2021-08-276-8/+8
* Updates to the Lua compiler.Eduardo Julian2021-08-252-26/+31
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2413-302/+302
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-234-61/+61
* Some bug fixes.Eduardo Julian2021-08-1811-50/+50
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-164-27/+27
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-144-9/+9
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-9/+9
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-125-14/+14
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-117-32/+32
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0914-165/+165
* No more #export magic syntax.Eduardo Julian2021-08-0818-158/+158
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-0215-496/+507
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-274-8/+8
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-232-121/+214
* 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-1811-101/+211
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-174-19/+29
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1419-453/+472
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-112-10/+12
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-102-2/+2
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-083-64/+104
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-1211-78/+84
* "lux io current-time" is no longer an extension.Eduardo Julian2021-05-311-14/+1
* Continuing with LuaEduardo Julian2021-02-101-3/+5
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-5/+3
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2911-28/+37