aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-04De-sigil-ification: #Eduardo Julian15-102/+102
2022-06-04Extensible import syntax [Part 6]Eduardo Julian8-20/+20
2022-06-03Extensible import syntax [Part 5]Eduardo Julian23-23/+23
2022-06-03Extensible import syntax [Part 4]Eduardo Julian8-13/+13
2022-06-02Extensible import syntax [Part 3]Eduardo Julian23-23/+23
2022-06-02Extensible import syntax [Part 2]Eduardo Julian4-4/+4
2022-06-01Extensible import syntax: Part 1Eduardo Julian27-127/+127
2022-04-09Better names for testing macros (plus better indentation).Eduardo Julian25-610/+610
2022-04-08Better names for random text/character generators.Eduardo Julian6-37/+37
2022-04-08De-sigil-ification: $Eduardo Julian21-693/+693
2022-04-07De-sigil-ification: &Eduardo Julian1-1/+1
2022-04-07More efficient TAR handling.Eduardo Julian1-4/+4
2022-03-30De-sigil-ification: /Eduardo Julian1-1/+1
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian1-25/+25
2022-03-16De-sigil-ification: prefix :Eduardo Julian6-88/+89
2022-03-15De-sigil-ification: ^Eduardo Julian16-201/+203
2022-03-14De-sigil-ification: >Eduardo Julian8-296/+322
2022-03-14De-sigil-ification: @Eduardo Julian3-77/+77
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