aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-12Made the "#" character great again!Eduardo Julian1-522/+447
2021-09-10Fixed the indentation of variants.Eduardo Julian1-406/+406
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-1136/+1172
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian1-274/+205
2021-09-08De-bracing | part 2Eduardo Julian1-4/+23
2021-09-08De-bracing | part 1Eduardo Julian1-1/+1
2021-09-08Post annotations clean-up.Eduardo Julian1-5/+0
2021-09-08No more annotations.Eduardo Julian1-535/+92
2021-09-08No more module annotations.Eduardo Julian1-27/+14
2021-09-07Eliminated the last application of annotations.Eduardo Julian1-20/+1
2021-09-07De-taggification | part 4Eduardo Julian1-18/+22
2021-09-06Documentation improvements.Eduardo Julian1-4/+5
2021-09-04Better type-declaration documentation.Eduardo Julian1-6/+6
2021-09-04De-taggification | part 2Eduardo Julian1-12/+12
2021-09-03Unified tuple and record syntax.Eduardo Julian1-144/+154
2021-09-01Updates to the JS compiler.Eduardo Julian1-40/+8
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian1-101/+186
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-224/+366
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-265/+86
2021-08-25Updates to the Lua compiler.Eduardo Julian1-792/+131
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-795/+860
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-314/+314
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian1-1/+1
expressions at compile-time.
2021-08-20More fixes.Eduardo Julian1-10/+20
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-73/+95
2021-08-18Some bug fixes.Eduardo Julian1-45/+45
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-43/+33
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-26/+18
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-138/+190
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-13/+0
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-210/+210
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-360/+360
2021-08-08No more #export magic syntax.Eduardo Julian1-644/+792
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-529/+514
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian1-125/+124
more than once.
2021-08-01Even more renamings.Eduardo Julian1-29/+39
2021-07-31Yet more renamings.Eduardo Julian1-68/+73
2021-07-30More renamings.Eduardo Julian1-20/+22
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian1-74/+79
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-581/+581
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-233/+233
2021-07-26Re-named Promise to Async.Eduardo Julian1-153/+153
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-105/+108
2021-07-17Now properly loading cached modules.Eduardo Julian1-7/+6
2021-07-16Fixed some inconsistent naming.Eduardo Julian1-23/+11
2021-07-14Constant inlining.Eduardo Julian1-182/+182
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-187/+192
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-41/+63
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-121/+125
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-0/+18