aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-15/+15
* No more #export magic syntax.Eduardo Julian2021-08-089-10/+14
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-076-16/+16
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-022-4/+4
* Even more renamings.Eduardo Julian2021-08-011-97/+94
* Yet more renamings.Eduardo Julian2021-07-311-7/+7
* More renamings.Eduardo Julian2021-07-302-8/+8
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-293-8/+8
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-42/+42
* Re-named Promise to Async.Eduardo Julian2021-07-262-6/+6
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-254-8/+8
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-153-3/+3
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-149-157/+166
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-129-31/+28
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-186/+649
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-0/+34
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-0/+194
* Mo' updates, less problems.Eduardo Julian2021-02-071-39/+178
* Updates for Lua compiler.Eduardo Julian2021-02-041-0/+88
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-011-0/+60
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-282-19/+37
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-261-21/+33
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-131-0/+110
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-294-46/+46
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-254-101/+101
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-022-16/+16
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-25/+24
* Added "private" macro to lux/debug.Eduardo Julian2020-11-282-25/+25
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-2/+2
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-041-4/+4
* Allow defining anonymous actors.Eduardo Julian2020-11-021-18/+29
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-312-11/+11
* Re-named some list functions.Eduardo Julian2020-10-241-1/+1
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-7/+8
* Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian2020-07-021-17/+20
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-3/+3
* No more "n/"-prefixed functions.Eduardo Julian2019-07-264-18/+24
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-6/+6
* Improved the convention for using text formatters.Eduardo Julian2019-06-204-8/+8
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-1/+2
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-064-5/+6
* Ported tests for type-related modules.Eduardo Julian2019-03-244-293/+306
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-152-12/+12
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-112-4/+4
* Integrated tests into normal source code.Eduardo Julian2019-02-054-0/+356