aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: $Eduardo Julian2022-04-081-682/+682
* De-sigil-ification: &Eduardo Julian2022-04-071-4/+4
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-4/+4
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-301-25/+25
* De-sigil-ification: !Eduardo Julian2022-03-171-11/+11
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-121/+114
* De-sigil-ification: ^Eduardo Julian2022-03-151-70/+15
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-141-38/+38
* De-sigil-ification: @Eduardo Julian2022-03-141-46/+46
* Updated copyright notices.Eduardo Julian2022-02-051-32/+43
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-031-90/+93
* Better detection for "exec" optimization.Eduardo Julian2022-01-281-95/+198
* 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