aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-2/+35
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian1-1/+36
2021-07-17Now properly loading cached modules.Eduardo Julian1-101/+416
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-23/+26
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-2/+3
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-1/+4
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-17/+10
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-0/+2
2021-06-29Some updates for the new compilers.Eduardo Julian1-5/+22
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian1-0/+2
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian1-2/+1
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-0/+1
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-21/+21
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-2/+2
2021-03-18Updates for Scheme compiler.Eduardo Julian1-3/+7
2021-03-12Almost done with PHP.Eduardo Julian1-1/+2