aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-191-0/+93
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-2/+35
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-1/+36
* Now properly loading cached modules.Eduardo Julian2021-07-171-101/+416
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-23/+26
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-2/+3
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-1/+4
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-17/+10
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-0/+2
* Some updates for the new compilers.Eduardo Julian2021-06-291-5/+22
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-261-0/+2