aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/code.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-1/+1
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-29/+29
* Re-named "Ident" to "Name".Eduardo Julian2018-07-211-8/+8
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-2/+2
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-4/+4
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-1/+1
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-19/+20
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-8/+9
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-17/+17
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-3/+3
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-1/+1
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-1/+1
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-051-14/+14
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-4/+4
* - Implemented ":cast" macro, and used it to implement both ":abstraction" and...Eduardo Julian2018-07-041-4/+4
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-131-1/+1
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-1/+1
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-4/+4
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-55/+55
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-0/+143
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-143/+0
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-191-3/+3
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-4/+4
* - Can now generate Eq instances for #rec-style recursive types.Eduardo Julian2017-07-151-1/+1
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-5/+0
* - Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian2017-07-011-1/+3
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-0/+146