aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-31A few JVM-related fixes & improvements.Eduardo Julian1-74/+0
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian1-7/+6
2022-01-11Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian1-22/+23
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-11/+11
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-2/+2
2021-09-12Made the "#" character great again!Eduardo Julian1-1/+1
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian1-35/+35
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-2/+2
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-1/+2
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian1-37/+35
2021-09-07De-taggification | part 4Eduardo Julian1-6/+6
2021-09-04De-taggification | part 2Eduardo Julian1-11/+11
2021-09-03Unified tuple and record syntax.Eduardo Julian1-4/+4
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-5/+5
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-3/+4
2021-08-18Some bug fixes.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-08No more #export magic syntax.Eduardo Julian1-8/+10
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-3/+3
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-7/+7
2021-07-16Fixed some inconsistent naming.Eduardo Julian1-2/+2
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-15/+16
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian1-5/+6
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-4/+4
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-2/+0
2020-05-17:share no longer relies on :assumeEduardo Julian1-1/+1
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian1-6/+30
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-7/+7
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-1/+0
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-12/+8
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-10-27Some refactoring.Eduardo Julian1-10/+12
2018-10-27Split-out the lux/compiler/meta/archive module.Eduardo Julian1-0/+51