aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: &Eduardo Julian2022-04-071-1/+1
* More efficient TAR handling.Eduardo Julian2022-04-071-4/+4
* De-sigil-ification: /Eduardo Julian2022-03-301-1/+1
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-301-25/+25
* De-sigil-ification: prefix :Eduardo Julian2022-03-166-88/+89
* De-sigil-ification: ^Eduardo Julian2022-03-1516-201/+203
* De-sigil-ification: >Eduardo Julian2022-03-148-296/+322
* De-sigil-ification: @Eduardo Julian2022-03-143-77/+77
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-111-37/+41
* Small optimizations to JVM bytecode generation.Eduardo Julian2022-01-061-16/+16
* "module:" => "using"Eduardo Julian2021-09-1527-27/+27
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-14/+10
* No more "^slots".Eduardo Julian2021-09-141-3/+2
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-144-7/+7
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-145-14/+14
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1327-137/+137
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1219-173/+173
* Made the "#" character great again!Eduardo Julian2021-09-1214-152/+152
* Fixed the indentation of variants.Eduardo Julian2021-09-102-23/+23
* Migrated variants to the new syntax.Eduardo Julian2021-09-1012-147/+147
* De-bracing | part 1Eduardo Julian2021-09-081-6/+12
* De-taggification | part 4Eduardo Julian2021-09-0727-173/+173
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-0512-33/+33
* De-taggification | part 2Eduardo Julian2021-09-0427-168/+168
* Unified tuple and record syntax.Eduardo Julian2021-09-034-22/+22
* Updates to the Ruby compiler.Eduardo Julian2021-08-2715-33/+33
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2413-73/+73
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-235-25/+24
* Some bug fixes.Eduardo Julian2021-08-187-16/+16
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-165-7/+7
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-5/+5
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-117-10/+10
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-14/+14
* No more #export magic syntax.Eduardo Julian2021-08-0827-33/+33
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0710-17/+17
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-1/+1
* Even more renamings.Eduardo Julian2021-08-011-2/+2
* Yet more renamings.Eduardo Julian2021-07-311-31/+13
* More renamings.Eduardo Julian2021-07-303-14/+14
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-2813-210/+210
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2712-181/+183
* Re-named Promise to Async.Eduardo Julian2021-07-268-77/+77
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-254-26/+26
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-191-4/+3
* Fixed some inconsistent naming.Eduardo Julian2021-07-163-9/+9
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-1527-0/+2243