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
/
math
/
number
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
10
-2304
/
+0
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2
-13
/
+13
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
7
-39
/
+39
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-06-29
Some updates for the new compilers.
Eduardo Julian
1
-21
/
+9
2021-06-24
Added a macro for type-casting JVM objects.
Eduardo Julian
1
-2
/
+2
2021-06-11
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
1
-12
/
+13
2021-05-18
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
3
-12
/
+18
2021-03-14
Frustrated with PHP's overflow/underflow logic.
Eduardo Julian
1
-16
/
+9
2021-02-24
Done with Python.
Eduardo Julian
1
-32
/
+32
2021-02-15
Almost done with Lua.
Eduardo Julian
1
-64
/
+100
2021-02-10
Continuing with Lua
Eduardo Julian
3
-15
/
+20
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
5
-34
/
+39
2021-01-26
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
3
-57
/
+83
2021-01-03
Place the "program:" macro of "lux/control/parser/cli" in its own module.
Eduardo Julian
2
-8
/
+8
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
10
-0
/
+2244