aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-0517-5917/+0
|
* De-sigil-ification: /Eduardo Julian2022-03-301-1/+1
|
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-302-3/+3
|
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵Eduardo Julian2022-03-301-4/+4
| | | | macro names.
* De-sigil-ification: !Eduardo Julian2022-03-174-31/+31
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-169-177/+177
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-153-9/+9
|
* De-sigil-ification: ^Eduardo Julian2022-03-157-231/+138
|
* De-sigil-ification: >Eduardo Julian2022-03-143-46/+46
|
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-147-748/+756
|
* De-sigil-ification: @Eduardo Julian2022-03-142-66/+66
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-036-612/+617
|
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-252-15/+14
|
* Added explicit function inlining.Eduardo Julian2022-01-241-6/+7
|
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-243-154/+189
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-191-4/+5
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-103-21/+15
|
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-093-4/+16
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-081-5/+8
|
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-311-1/+2
|
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-251-5/+2
|
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-241-71/+70
|
* Added tree-shaking to the compiler.Eduardo Julian2021-11-194-144/+207
|
* 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 ↵Eduardo Julian2021-09-1319-170/+171
| | | | syntax change.
* 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
|