aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-12-23Refactored "export" common syntax.Eduardo Julian2-15/+84
2020-12-22Properly naming unicode Block type.Eduardo Julian1-29/+31
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-1/+2
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-15/+16
2020-12-12Removed several unnecessary imports.Eduardo Julian1-2/+1
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-8/+8
2020-12-10Re-named "with-cover" to "for".Eduardo Julian11-21/+60
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian9-139/+139
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-0/+52
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian9-98/+122
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-46/+46
2020-11-02Added CoMonad for CoFree.Eduardo Julian1-1/+1
2020-11-02Allow defining anonymous actors.Eduardo Julian3-25/+25
2020-11-01Improved the design of actors.Eduardo Julian6-125/+125
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-16/+16
2020-10-25Some small refactoring.Eduardo Julian1-3/+12
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian1-1/+1
2020-10-24Re-named some list functions.Eduardo Julian1-2/+2
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-4/+4
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-2/+6
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian1-66/+82
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-7/+7
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian1-3/+3