aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* "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
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-2/+1
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-0/+1
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-21/+21
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-241-2/+2
* Updates for Scheme compiler.Eduardo Julian2021-03-181-3/+7
* Almost done with PHP.Eduardo Julian2021-03-121-1/+2
* Done with Ruby.Eduardo Julian2021-03-011-1/+2
* Updates for PHP compiler.Eduardo Julian2021-02-221-2/+4
* Mo' updates, less problems.Eduardo Julian2021-02-071-52/+14
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-55/+62
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-8/+6
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-6/+6
* Some renamings.Eduardo Julian2020-12-261-42/+42
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-47/+47