aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/meta/archive/artifact.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-154/+0
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-3/+3
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-22/+22
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-3/+3
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-3/+3
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-7/+7
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-3/+3
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-2/+0
2020-06-28Re-added & u[dated packaging machinery.Eduardo Julian1-1/+2
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2020-05-11Now storing and loading extensions in the cache.Eduardo Julian1-31/+86
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian1-2/+6
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian1-15/+14
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian1-2/+33
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian1-8/+8
2020-04-16Generating definition names in a new way.Eduardo Julian1-0/+10
2020-03-19Got the new compiler to build again.Eduardo Julian1-4/+12
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian1-0/+48