aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-051-39/+39
|
* Yet more fixes for JVM interop.Eduardo Julian2022-02-181-0/+18
|
* Fixes for JVM interop.Eduardo Julian2022-02-061-32/+47
|
* Better text formatting for types.Eduardo Julian2022-01-201-29/+62
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-191-2/+2
|
* "module:" => "using"Eduardo Julian2021-09-1511-11/+11
|
* "Row" => "Sequence"Eduardo Julian2021-09-152-15/+15
|
* Re-named "recur" to "again".Eduardo Julian2021-09-141-4/+4
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-2/+2
|
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-146-32/+38
|
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-132-2/+2
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-1311-49/+49
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1210-195/+195
|
* Made the "#" character great again!Eduardo Julian2021-09-1211-205/+202
|
* Fixed the indentation of variants.Eduardo Julian2021-09-101-11/+11
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-1011-209/+209
|
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-092-13/+2
|
* De-taggification | part 4Eduardo Julian2021-09-0711-125/+125
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-0510-109/+109
|
* De-taggification | part 2Eduardo Julian2021-09-0411-60/+60
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-272-2/+20
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2410-88/+88
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-233-25/+25
|
* Some bug fixes.Eduardo Julian2021-08-186-12/+12
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-4/+4
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-7/+7
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-3/+3
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-123-6/+6
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1111-343/+344
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-4/+4
|
* No more #export magic syntax.Eduardo Julian2021-08-0811-96/+96
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-074-20/+20
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-2/+2
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-012-45/+45
|
* More renamings.Eduardo Julian2021-07-302-3/+3
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-292-7/+7
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-277-48/+48
|
* Re-named Promise to Async.Eduardo Julian2021-07-262-4/+4
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-259-107/+107
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-2/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1411-264/+275
|
* Improved the XML parsing library.Eduardo Julian2021-07-131-56/+22
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-1211-22/+22
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-311-10/+11
|
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-131-20/+20
|
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-121-14/+14
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-1/+2
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2911-51/+51
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-258-449/+450
|