aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-061-9/+11
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-311-30/+33
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-251-2/+2
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-241-76/+75
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-161-4/+6
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-171-64/+64
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-8/+8
* Re-named "recur" to "again".Eduardo Julian2021-09-141-1/+1
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-35/+35
* No more "^slots".Eduardo Julian2021-09-141-5/+0
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-141-4/+4
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-131-2/+2
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-9/+9
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-73/+73
* Made the "#" character great again!Eduardo Julian2021-09-121-64/+46
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-31/+31
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-091-9/+12
* De-bracing | part 2Eduardo Julian2021-09-081-13/+13
* De-bracing | part 1Eduardo Julian2021-09-081-1/+2
* De-taggification | part 4Eduardo Julian2021-09-071-44/+44
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-3/+3
* De-taggification | part 2Eduardo Julian2021-09-041-12/+12
* Unified tuple and record syntax.Eduardo Julian2021-09-031-22/+22
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-23/+23
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-4/+16
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-19/+24
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-211-0/+2
* Some bug fixes.Eduardo Julian2021-08-181-59/+59
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-0/+2
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-118/+178
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+2
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-24/+24
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-22/+31
* No more #export magic syntax.Eduardo Julian2021-08-081-5/+16
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-8/+8
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-6/+47
* Even more renamings.Eduardo Julian2021-08-011-19/+21
* Yet more renamings.Eduardo Julian2021-07-311-0/+9
* More renamings.Eduardo Julian2021-07-301-1/+20
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-1/+34
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-0/+18
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-29/+36
* Re-named Promise to Async.Eduardo Julian2021-07-261-28/+89
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-6/+4
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-241-5/+127
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-231-18/+61
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-38/+42
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-0/+22