aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-05Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian1-39/+39
2022-02-18Yet more fixes for JVM interop.Eduardo Julian1-0/+18
2022-02-06Fixes for JVM interop.Eduardo Julian1-32/+47
2022-01-20Better text formatting for types.Eduardo Julian1-29/+62
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian1-2/+2
2021-09-15"module:" => "using"Eduardo Julian11-11/+11
2021-09-15"Row" => "Sequence"Eduardo Julian2-15/+15
2021-09-14Re-named "recur" to "again".Eduardo Julian1-4/+4
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-2/+2
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian6-32/+38
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian2-2/+2
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian11-49/+49
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian10-195/+195
2021-09-12Made the "#" character great again!Eduardo Julian11-205/+202
2021-09-10Fixed the indentation of variants.Eduardo Julian1-11/+11
2021-09-10Migrated variants to the new syntax.Eduardo Julian11-209/+209
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian2-13/+2
2021-09-07De-taggification | part 4Eduardo Julian11-125/+125
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian10-109/+109
2021-09-04De-taggification | part 2Eduardo Julian11-60/+60
2021-08-27Updates to the Ruby compiler.Eduardo Julian2-2/+20
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian10-88/+88
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian3-25/+25
2021-08-18Some bug fixes.Eduardo Julian6-12/+12
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-4/+4
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian2-7/+7
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-3/+3
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian3-6/+6
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian11-343/+344
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian2-4/+4
2021-08-08No more #export magic syntax.Eduardo Julian11-96/+96
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian4-20/+20
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-2/+2
2021-08-01Even more renamings.Eduardo Julian2-45/+45
2021-07-30More renamings.Eduardo Julian2-3/+3
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2-7/+7
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian7-48/+48
2021-07-26Re-named Promise to Async.Eduardo Julian2-4/+4
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian9-107/+107
2021-07-16Fixed some inconsistent naming.Eduardo Julian1-2/+2
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian11-264/+275
2021-07-13Improved the XML parsing library.Eduardo Julian1-56/+22
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian11-22/+22
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian1-10/+11
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian1-20/+20
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian1-14/+14
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-1/+2
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian11-51/+51
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian8-449/+450