aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-11Fixed directive extensions for Lux/Python.Eduardo Julian1-37/+41
2022-01-06Small optimizations to JVM bytecode generation.Eduardo Julian1-16/+16
2021-09-15"module:" => "using"Eduardo Julian27-27/+27
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-14/+10
2021-09-14No more "^slots".Eduardo Julian1-3/+2
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian4-7/+7
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian5-14/+14
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian27-137/+137
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian19-173/+173
2021-09-12Made the "#" character great again!Eduardo Julian14-152/+152
2021-09-10Fixed the indentation of variants.Eduardo Julian2-23/+23
2021-09-10Migrated variants to the new syntax.Eduardo Julian12-147/+147
2021-09-08De-bracing | part 1Eduardo Julian1-6/+12
2021-09-07De-taggification | part 4Eduardo Julian27-173/+173
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian12-33/+33
2021-09-04De-taggification | part 2Eduardo Julian27-168/+168
2021-09-03Unified tuple and record syntax.Eduardo Julian4-22/+22
2021-08-27Updates to the Ruby compiler.Eduardo Julian15-33/+33
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian13-73/+73
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian5-25/+24
2021-08-18Some bug fixes.Eduardo Julian7-16/+16
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian5-7/+7
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian2-5/+5
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian7-10/+10
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian3-14/+14
2021-08-08No more #export magic syntax.Eduardo Julian27-33/+33
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian10-17/+17
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-1/+1
2021-08-01Even more renamings.Eduardo Julian1-2/+2
2021-07-31Yet more renamings.Eduardo Julian1-31/+13
2021-07-30More renamings.Eduardo Julian3-14/+14
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian13-210/+210
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian12-181/+183
2021-07-26Re-named Promise to Async.Eduardo Julian8-77/+77
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian4-26/+26
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian1-4/+3
2021-07-16Fixed some inconsistent naming.Eduardo Julian3-9/+9
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian27-0/+2243