aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/io.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1-0/+3
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian1-2/+2
2022-10-24Minor naming & syntax improvements.Eduardo Julian1-2/+2
2022-07-10Removed the need for ,! unquoting.Eduardo Julian1-3/+3
2022-07-02Moved "lux/macro" to "lux/meta/macro".Eduardo Julian1-6/+6
2022-07-02More traditional names for unquoting macros.Eduardo Julian1-2/+2
2022-07-01Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian1-4/+4
2022-06-30Alternative names for (un)quoting macros.Eduardo Julian1-3/+4
2022-06-26New "parser" hierarchy. [Part 4]Eduardo Julian1-4/+3
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-14/+14
2022-06-15De-sigil-ification: suffix : [Part 12]Eduardo Julian1-1/+1
2022-06-12De-sigil-ification: suffix : [Part 4]Eduardo Julian1-17/+17
2022-06-12De-sigil-ification: suffix : [Part 3]Eduardo Julian1-8/+10
2022-06-11De-sigil-ification: : [Part 2]Eduardo Julian1-5/+6
2022-06-03Extensible import syntax [Part 5]Eduardo Julian1-2/+2
2022-06-02Extensible import syntax [Part 3]Eduardo Julian1-2/+2
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-5/+5
2022-04-09Re-branded "abstract" types as "primitive" types.Eduardo Julian1-2/+2
2022-04-08Removed (mostly useless) pattern-matching macro for abstract types.Eduardo Julian1-1/+1
2022-04-07De-sigil-ification: &Eduardo Julian1-2/+2
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-19/+20
2021-09-20Updates and fixes for the book.Eduardo Julian1-2/+2
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-2/+2
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-5/+5
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian1-37/+37
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian1-39/+37
2021-09-07De-taggification | part 4Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-6/+6
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-2/+2
2021-08-25Updates to the Lua compiler.Eduardo Julian1-4/+4
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-3/+5
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-1/+1
2021-08-18Some bug fixes.Eduardo Julian1-1/+0
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-7/+1
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-2/+2
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-13/+13
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-1/+1
2021-08-08No more #export magic syntax.Eduardo Julian1-12/+12
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-4/+5
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-13/+14
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-3/+3
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-2/+1
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-3/+3
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian1-4/+0
2020-09-16Changed the format of project descriptor files.Eduardo Julian1-1/+2
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-1/+2
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian1-5/+11
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian1-6/+6