aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/stack.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1-0/+3
2022-12-02Added some simple time-series handling machinery.Eduardo Julian1-2/+2
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian1-2/+2
2022-10-24Minor naming & syntax improvements.Eduardo Julian1-2/+2
2022-08-11Re-named the "case" macro to "when".Eduardo Julian1-2/+2
2022-06-30Alternative names for (un)quoting macros.Eduardo Julian1-2/+3
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-10/+10
2022-06-15De-sigil-ification: suffix : [Part 12]Eduardo Julian1-1/+1
2022-06-12De-sigil-ification: suffix : [Part 4]Eduardo Julian1-11/+11
2022-06-04De-sigil-ification: #Eduardo Julian1-2/+2
2022-06-03Extensible import syntax [Part 5]Eduardo Julian1-2/+2
2022-06-02Extensible import syntax [Part 3]Eduardo Julian1-2/+2
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-2/+2
2022-04-09Re-branded "abstract" types as "primitive" types.Eduardo Julian1-2/+2
2022-04-08Removed (mostly useless) pattern-matching macro for abstract types.Eduardo Julian1-1/+1
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-20/+20
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-2/+2
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-2/+2
2021-09-12Made the "#" character great again!Eduardo Julian1-9/+9
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian1-42/+42
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-5/+5
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian1-44/+42
2021-09-04De-taggification | part 2Eduardo Julian1-3/+3
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-6/+6
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-4/+3
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-3/+3
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-2/+2
2021-08-08No more #export magic syntax.Eduardo Julian1-11/+11
2021-07-30More renamings.Eduardo Julian1-0/+3
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-5/+5
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-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+2
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-42/+52
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-24Ported tests for collection-related modules.Eduardo Julian1-5/+18
2019-01-06Can now define nested abstract types.Eduardo Julian1-2/+0
2018-08-29Method imports are now done as macros instead of functions.Eduardo Julian1-3/+3
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-1/+1
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-1/+1
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-2/+4
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-11/+11
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-1/+1
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+47