aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/io (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-112-4/+2
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-081-2/+2
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-312-36/+37
* Better detection for "exec" optimization.Eduardo Julian2022-01-281-2/+3
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-261-38/+52
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-241-50/+84
* Better text formatting for types.Eduardo Julian2022-01-201-4/+4
* Cleaner test reporting.Eduardo Julian2022-01-191-12/+13
* Full implementation of console for Node.js.Eduardo Julian2022-01-181-1/+2
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-151-54/+54
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-1/+1
* "module:" => "using"Eduardo Julian2021-09-152-2/+2
* "Row" => "Sequence"Eduardo Julian2021-09-151-12/+12
* Re-named "recur" to "again".Eduardo Julian2021-09-141-1/+1
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-131-1/+1
* Re-named #Label to #Tag.Eduardo Julian2021-09-131-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-132-34/+34
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-122-77/+77
* Made the "#" character great again!Eduardo Julian2021-09-122-80/+80
* Migrated variants to the new syntax.Eduardo Julian2021-09-102-39/+39
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-082-5/+6
* Post annotations clean-up.Eduardo Julian2021-09-081-2/+2
* De-taggification | part 4Eduardo Julian2021-09-072-41/+41
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-052-10/+10
* De-taggification | part 2Eduardo Julian2021-09-042-35/+35
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-3/+14
* Updates to the Ruby compiler.Eduardo Julian2021-08-272-11/+11
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-242-68/+68
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-232-51/+51
* Some bug fixes.Eduardo Julian2021-08-182-37/+56
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-4/+4
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-8/+8
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-4/+4
* No more #export magic syntax.Eduardo Julian2021-08-082-15/+15
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-13/+13
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-4/+4
* Even more renamings.Eduardo Julian2021-08-012-10/+10
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-282-4/+4
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-272-94/+93
* Re-named Promise to Async.Eduardo Julian2021-07-262-55/+55
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-6/+6
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-1/+1
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-18/+34
* Now properly loading cached modules.Eduardo Julian2021-07-171-34/+45
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-142-0/+620