aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/experiment/tool/interpreter.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1-0/+3
2022-12-02Added some simple time-series handling machinery.Eduardo Julian1-7/+7
2022-11-20Fixed a bug when optimization record access.Eduardo Julian1-4/+4
2022-11-15Now documenting dependers and dependees.Eduardo Julian1-12/+12
2022-10-21Clean-up after format change for extensions [part 2]Eduardo Julian1-16/+10
2022-08-11Improved exception-definition macro.Eduardo Julian1-2/+3
2022-08-11Re-named the "case" macro to "when".Eduardo Julian1-2/+2
2022-07-28Now statically resolving values from globals in pattern-matching.Eduardo Julian1-4/+4
2022-07-06Moved compiler machinery under lux/meta.Eduardo Julian1-0/+0
2022-06-26Re-named directives to declarations.Eduardo Julian1-40/+40
2022-06-26De-sigil-ification: suffix : [Part 16]Eduardo Julian1-2/+2
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-2/+2
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-14/+14
2022-06-15Better syntax for the "sharing" and "by_example" macros.Eduardo Julian1-20/+16
2022-06-13New "format" hierarchy.Eduardo Julian1-1/+1
2022-06-04De-sigil-ification: #Eduardo Julian1-8/+8
2022-06-04Extensible import syntax [Part 6]Eduardo Julian1-1/+1
2022-06-03Extensible import syntax [Part 5]Eduardo Julian1-1/+1
2022-06-02Extensible import syntax [Part 3]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-10/+10
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian1-4/+4
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian1-2/+2
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-24/+24
2022-03-14De-sigil-ification: @Eduardo Julian1-52/+52
2022-01-13Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian1-2/+2
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "recur" to "again".Eduardo Julian1-3/+3
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-10/+10
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-9/+9
2021-09-12Made the "#" character great again!Eduardo Julian1-19/+19
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-6/+6
2021-09-08De-bracing | part 1Eduardo Julian1-16/+20
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-1/+1
2021-09-07De-taggification | part 4Eduardo Julian1-19/+19
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-11/+11
2021-09-03Unified tuple and record syntax.Eduardo Julian1-4/+4
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-8/+8
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-3/+4
2021-08-18Some bug fixes.Eduardo Julian1-23/+23
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-5/+5
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-5/+5
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-2/+2
2021-08-08No more #export magic syntax.Eduardo Julian1-3/+3
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-2/+2
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-1/+1
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-14/+14
2021-07-26Re-named Promise to Async.Eduardo Julian1-115/+119
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-83/+83