aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-27Updates to the Ruby compiler.Eduardo Julian4-30/+30
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2-9/+11
2021-08-25Updates to the Lua compiler.Eduardo Julian1-4/+4
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian8-102/+108
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-6/+6
2021-08-18Some bug fixes.Eduardo Julian4-25/+25
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian5-3/+250
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian3-11/+11
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian4-7/+151
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian4-77/+77
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian3-15/+15
2021-08-08No more #export magic syntax.Eduardo Julian9-10/+14
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian6-16/+16
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2-4/+4
2021-08-01Even more renamings.Eduardo Julian1-97/+94
2021-07-31Yet more renamings.Eduardo Julian1-7/+7
2021-07-30More renamings.Eduardo Julian2-8/+8
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian3-8/+8
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian3-42/+42
2021-07-26Re-named Promise to Async.Eduardo Julian2-6/+6
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian4-8/+8
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian3-3/+3
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian9-157/+166
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian9-31/+28
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian1-186/+649
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-0/+34
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-0/+194
2021-02-07Mo' updates, less problems.Eduardo Julian1-39/+178
2021-02-04Updates for Lua compiler.Eduardo Julian1-0/+88
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian1-0/+60
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2-19/+37
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-21/+33
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian1-0/+110
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian4-46/+46
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian4-101/+101
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2-16/+16
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian1-25/+24
2020-11-28Added "private" macro to lux/debug.Eduardo Julian2-25/+25
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-2/+2
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian1-4/+4
2020-11-02Allow defining anonymous actors.Eduardo Julian1-18/+29
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2-11/+11
2020-10-24Re-named some list functions.Eduardo Julian1-1/+1
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-7/+8
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian1-17/+20
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-3/+3
2019-07-26No more "n/"-prefixed functions.Eduardo Julian4-18/+24
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-6/+6
2019-06-20Improved the convention for using text formatters.Eduardo Julian4-8/+8
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-1/+2