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
/
program
/
compositor
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-2
/
+2
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2
-21
/
+21
2020-12-10
Render XML to text in an indented form for human readability.
Eduardo Julian
1
-1
/
+4
2020-12-04
Re-named old luxc-jvm to lux-bootstrapper.
Eduardo Julian
1
-3
/
+3
2020-12-03
Detect duplicate files coming from dependencies.
Eduardo Julian
1
-5
/
+20
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2
-7
/
+7
convention that only macros that deal with types may start with a colon.
2020-11-28
Added "private" macro to lux/debug.
Eduardo Julian
2
-3
/
+3
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-6
/
+8
2020-10-31
Easy to use Rev constants.
Eduardo Julian
1
-2
/
+2
2020-08-17
Add local repo installation to Aedifex.
Eduardo Julian
2
-27
/
+40
2020-07-05
Got the JS compiler code to build again.
Eduardo Julian
1
-14
/
+22
2020-05-29
Can now import previously exported libraries.
Eduardo Julian
3
-3
/
+71
2020-05-28
Can now export Lux code as library TAR files.
Eduardo Julian
2
-28
/
+101
2020-05-16
Parallel compilation for the new compiler(s).
Eduardo Julian
2
-16
/
+26
2019-04-19
Moved the CLI parser under "lux/control/parser/".
Eduardo Julian
1
-5
/
+5
2019-04-07
- Upgrade the tuple left-access mechanism to the new style.
Eduardo Julian
1
-2
/
+2
- Updated JS compiler. - Updated Python compiler.
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-1
/
+1
2019-03-13
The general shape of the compiler has been recognized as a program unto ↵
Eduardo Julian
1
-0
/
+43
itself (albeit a program which must be parameterized).