index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
lux
/
tool
/
compiler
/
meta
/
archive
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
5
-332
/
+0
2021-05-18
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
1
-5
/
+6
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-1
/
+2
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2
-4
/
+4
2020-12-12
Removed several unnecessary imports.
Eduardo Julian
1
-2
/
+3
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
3
-27
/
+27
convention that only macros that deal with types may start with a colon.
2020-11-24
Better error messages when re-using a name when making a definition.
Eduardo Julian
1
-3
/
+3
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-3
/
+3
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-7
/
+7
2020-10-24
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
1
-3
/
+3
2020-08-28
Build programs.
Eduardo Julian
1
-1
/
+2
2020-08-09
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
3
-6
/
+0
2020-06-28
Re-added & u[dated packaging machinery.
Eduardo Julian
1
-1
/
+2
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-1
/
+1
2020-05-17
:share no longer relies on :assume
Eduardo Julian
1
-1
/
+1
2020-05-12
Compiler versions are now natural numbers, and are included as part of the ↵
Eduardo Julian
1
-5
/
+7
names/paths of artifacts.
2020-05-11
Now storing and loading extensions in the cache.
Eduardo Julian
1
-31
/
+86
2020-05-06
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
1
-2
/
+6
2020-05-05
Fixed bugs while parsing modules' cached data.
Eduardo Julian
1
-15
/
+14
2020-04-22
Now caching the documents generated after compiling each module.
Eduardo Julian
4
-11
/
+109
2020-04-18
Generating module IDs in a similar way to artifact IDs.
Eduardo Julian
2
-11
/
+11
2020-04-16
Generating definition names in a new way.
Eduardo Julian
1
-0
/
+10
2020-03-19
Got the new compiler to build again.
Eduardo Julian
1
-4
/
+12
2020-03-18
No passing the archive as a parameter to all phases.
Eduardo Julian
2
-2
/
+53
2020-01-11
Re-located compiler's version.
Eduardo Julian
1
-1
/
+1
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
1
-7
/
+7
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-2
/
+2
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+1
2019-02-24
Got new-luxc to compile/build again.
Eduardo Julian
3
-4
/
+2
2019-02-12
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
4
-0
/
+108