aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/code.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-160/+0
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
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-1/+1
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-1/+1
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-29/+29
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-8/+8
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-2/+2
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-4/+4
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-1/+1
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-19/+20
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-8/+9
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-17/+17
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-3/+3
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-14/+14
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-4/+4
2018-07-04- Implemented ":cast" macro, and used it to implement both ":abstraction" and...Eduardo Julian1-4/+4
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-1/+1
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-4/+4
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-55/+55
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-0/+0
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-1/+1
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-3/+3
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-4/+4
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-5/+0
2017-07-01- Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian1-1/+3
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-25/+25