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
/
spec
/
lux
/
abstract
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-15
Re-named "spec" hierarchy to "specification".
Eduardo Julian
13
-521
/
+0
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
13
-116
/
+129
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
13
-25
/
+26
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
2
-6
/
+6
2021-01-05
Added lexically-scoped templates.
Eduardo Julian
1
-9
/
+9
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
7
-47
/
+41
2020-12-26
Some renamings.
Eduardo Julian
1
-7
/
+7
2020-12-10
Render XML to text in an indented form for human readability.
Eduardo Julian
1
-0
/
+22
2020-12-10
Re-named "with-cover" to "for".
Eduardo Julian
11
-24
/
+24
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
4
-28
/
+28
2020-11-07
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
12
-92
/
+92
2020-10-31
Easy to use Rev constants.
Eduardo Julian
4
-27
/
+27
2020-10-25
Some small refactoring.
Eduardo Julian
1
-4
/
+4
2020-10-07
Optimized generation of I64, F64 and variants on JVM.
Eduardo Julian
1
-11
/
+41
2020-10-07
Test imports for circular dependencies.
Eduardo Julian
1
-0
/
+61
2020-07-01
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
10
-0
/
+369
2020-05-28
Can now parse TAR files.
Eduardo Julian
1
-0
/
+31