aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/code.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Eduardo Julian1-7/+7
convention that only macros that deal with types may start with a colon.
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
not need (or impose a need on) tags. - The "do" macro for monads also doesn't need tags anymore.
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 ";", ↵Eduardo Julian1-10/+10
to avoid confusion since "/" is used for relative module paths.
2019-02-11Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian1-2/+2
structures.
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 ↵Eduardo Julian1-2/+2
module aliases.
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
- Small improvements to lux-mode.
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" ↵Eduardo Julian1-4/+4
and ":representation". - Fix: You shouldn't be able to resolve tags if you haven't imported a module (even if they are exported).
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
- Other minor improvements.
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 ↵Eduardo Julian1-55/+55
period/dot (.).
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
- Moved lux/type/* under lux/meta/*.
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> ↵Eduardo Julian1-3/+3
"identity").
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
- Minor refactorings.
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 ↵Eduardo Julian1-1/+3
escaping).
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-25/+25
2017-05-03- Removed the "S" suffix from AST tags.Eduardo Julian1-58/+58
2017-04-15- Small refactorings.Eduardo Julian1-1/+1
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-4/+4