aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/name.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-62/+0
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-4/+4
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-7/+7
2021-09-12Made the "#" character great again!Eduardo Julian1-3/+3
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-3/+3
2021-09-07De-taggification | part 4Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-5/+5
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-2/+2
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-2/+2
2021-08-20More fixes.Eduardo Julian1-7/+5
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-2/+2
2021-08-08No more #export magic syntax.Eduardo Julian1-5/+5
2021-08-01Even more renamings.Eduardo Julian1-14/+14
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-9/+10
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-2/+2
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-2/+5
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-3/+3
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-6/+6
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-16/+10
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian1-3/+10
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-1/+1
2019-04-17Simplified the "Order" signature.Eduardo Julian1-16/+6
2019-04-17- Made the "open:" and "^open" macros not generate record-patterns, and thus ...Eduardo Julian1-1/+0
2019-04-17Order for names.Eduardo Julian1-0/+19
2019-04-16Small import fixes for the sake of tags.Eduardo Julian1-0/+1
2019-04-14Ported the analysis tests to the new format.Eduardo Julian1-11/+8
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-1/+1
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-8/+8
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-5/+5
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-17/+17
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-3/+3
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-5/+6
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-2/+2
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-3/+3
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-4/+4
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-8/+8
2017-11-28- Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian1-8/+8
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-1/+1
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-3/+3
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian1-1/+1
2017-05-19- (Slightly) changed the way Ident hashes get calculated.Eduardo Julian1-1/+1
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2016-12-02- Changed the names of math op functions to make them more consistent and sim...Eduardo Julian1-1/+1