aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/parser.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-4/+4
|
* Fixes for Aedifex tests.Eduardo Julian2022-08-121-16/+15
|
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-1/+1
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-2/+3
|
* Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian2022-07-011-1/+1
|
* New "parser" hierarchy. [Part 4]Eduardo Julian2022-06-261-4/+3
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-8/+8
|
* De-sigil-ification: #Eduardo Julian2022-06-041-6/+6
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-2/+2
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-9/+9
|
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-20/+20
|
* Better names for random text/character generators.Eduardo Julian2022-04-081-1/+1
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-5/+5
|
* De-sigil-ification: >Eduardo Julian2022-03-141-14/+15
|
* De-sigil-ification: @Eduardo Julian2022-03-141-40/+40
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-10/+10
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-6/+6
|
* Made the "#" character great again!Eduardo Julian2021-09-121-4/+4
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-2/+2
|
* De-taggification | part 4Eduardo Julian2021-09-071-16/+16
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 3Eduardo Julian2021-09-051-48/+21
|
* De-taggification | part 2Eduardo Julian2021-09-041-12/+12
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-6/+6
|
* Some bug fixes.Eduardo Julian2021-08-181-7/+7
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-3/+3
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-22/+23
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* Some updates for the new compilers.Eduardo Julian2021-06-291-4/+11
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-16/+16
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-6/+6
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-7/+7
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-3/+3
|
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-1/+1
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-2/+2
|
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-241-6/+6
|
* Tweaked how I64 masks are made.Eduardo Julian2020-10-121-5/+3
|
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-101/+7
|
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-071-1/+3
|