aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/code.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-01Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian1-135/+0
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian1-2/+2
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-3/+3
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-6/+6
2022-06-12De-sigil-ification: suffix : [Part 4]Eduardo Julian1-23/+23
2022-06-12De-sigil-ification: suffix : [Part 3]Eduardo Julian1-7/+7
2022-06-04De-sigil-ification: #Eduardo Julian1-4/+4
2022-06-04Extensible import syntax [Part 6]Eduardo Julian1-2/+2
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-1/+1
2022-04-08De-sigil-ification: $Eduardo Julian1-10/+10
2022-03-17De-sigil-ification: !Eduardo Julian1-2/+2
2022-03-15De-sigil-ification: ^Eduardo Julian1-24/+26
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-26/+26
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-6/+6
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-2/+2
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-11/+11
2021-09-12Made the "#" character great again!Eduardo Julian1-51/+44
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-21/+21
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian1-25/+6
2021-09-07De-taggification | part 4Eduardo Julian1-10/+10
2021-09-04De-taggification | part 2Eduardo Julian1-2/+2
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-11/+11
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-18/+17
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian1-4/+3
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-19/+19
2021-08-08No more #export magic syntax.Eduardo Julian1-5/+5
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-18/+19
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-4/+5
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-2/+2
2020-12-12Removed several unnecessary imports.Eduardo Julian1-3/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-7/+7
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-30/+30
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-24/+24
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian1-3/+3
2020-10-14Gave the Location type its own module.Eduardo Julian1-3/+5
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-12/+10
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian1-0/+1
2020-08-17Add local repo installation to Aedifex.Eduardo Julian1-1/+3
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian1-11/+16
2019-04-17- Made the "open:" and "^open" macros not generate record-patterns, and thus ...Eduardo Julian1-10/+10
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-10/+10
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-2/+2
2019-02-04Changed the naming style for structures.Eduardo Julian1-29/+28
2018-08-08Small fixes.Eduardo Julian1-1/+7