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