aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/parser.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 con...Eduardo Julian2020-12-021-7/+7
* 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
* Test imports for circular dependencies.Eduardo Julian2020-10-071-0/+212