aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Made the "#" character great again!Eduardo Julian2021-09-121-522/+447
* Fixed the indentation of variants.Eduardo Julian2021-09-101-406/+406
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-1136/+1172
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-091-274/+205
* De-bracing | part 2Eduardo Julian2021-09-081-4/+23
* De-bracing | part 1Eduardo Julian2021-09-081-1/+1
* Post annotations clean-up.Eduardo Julian2021-09-081-5/+0
* No more annotations.Eduardo Julian2021-09-081-535/+92
* No more module annotations.Eduardo Julian2021-09-081-27/+14
* Eliminated the last application of annotations.Eduardo Julian2021-09-071-20/+1
* De-taggification | part 4Eduardo Julian2021-09-071-18/+22
* Documentation improvements.Eduardo Julian2021-09-061-4/+5
* Better type-declaration documentation.Eduardo Julian2021-09-041-6/+6
* De-taggification | part 2Eduardo Julian2021-09-041-12/+12
* Unified tuple and record syntax.Eduardo Julian2021-09-031-144/+154
* Updates to the JS compiler.Eduardo Julian2021-09-011-40/+8
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-101/+186
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-224/+366
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-265/+86
* Updates to the Lua compiler.Eduardo Julian2021-08-251-792/+131
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-795/+860
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-314/+314
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-211-1/+1
* More fixes.Eduardo Julian2021-08-201-10/+20
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-73/+95
* Some bug fixes.Eduardo Julian2021-08-181-45/+45
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-43/+33
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-26/+18
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-138/+190
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-13/+0
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-210/+210
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-360/+360
* No more #export magic syntax.Eduardo Julian2021-08-081-644/+792
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-529/+514
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-125/+124
* Even more renamings.Eduardo Julian2021-08-011-29/+39
* Yet more renamings.Eduardo Julian2021-07-311-68/+73
* More renamings.Eduardo Julian2021-07-301-20/+22
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-74/+79
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-581/+581
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-233/+233
* Re-named Promise to Async.Eduardo Julian2021-07-261-153/+153
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-105/+108
* Now properly loading cached modules.Eduardo Julian2021-07-171-7/+6
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-23/+11
* Constant inlining.Eduardo Julian2021-07-141-182/+182
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-0/+5958