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
/
test
/
lux
/
data
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
21
-158
/
+158
2021-07-26
Re-named Promise to Async.
Eduardo Julian
7
-36
/
+36
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
28
-206
/
+206
2021-07-20
Updated the Scriptum documentation generator.
Eduardo Julian
1
-7
/
+48
2021-07-17
Now properly loading cached modules.
Eduardo Julian
1
-0
/
+6
2021-07-16
Fixed some inconsistent naming.
Eduardo Julian
4
-15
/
+15
2021-07-15
Re-named "spec" hierarchy to "specification".
Eduardo Julian
33
-33
/
+33
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
41
-817
/
+863
2021-07-13
Improved the XML parsing library.
Eduardo Julian
1
-0
/
+1
2021-07-12
A bit more clarity for Licentia licenses.
Eduardo Julian
1
-0
/
+14
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
40
-231
/
+198
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
6
-11
/
+16
2021-06-29
Some updates for the new compilers.
Eduardo Julian
2
-10
/
+9
2021-06-26
Delegate text (lower|upper)-casing to the host-platform implementations.
Eduardo Julian
2
-7
/
+50
2021-05-31
Re-factored the UTF8 codec into its own module.
Eduardo Julian
3
-7
/
+28
2021-05-30
lux/data/binary.slice now works in the offset+length style.
Eduardo Julian
1
-12
/
+15
2021-05-30
lux/macro/template.with can now produce multiple outputs.
Eduardo Julian
1
-5
/
+5
2021-05-24
Using offset+distance instead of from+to for text clipping.
Eduardo Julian
1
-1
/
+1
2021-05-18
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
2
-3
/
+5
2021-05-18
Text-escaping machinery.
Eduardo Julian
2
-0
/
+158
2021-02-24
Done with Python.
Eduardo Julian
2
-13
/
+20
2021-02-15
Almost done with Lua.
Eduardo Julian
4
-59
/
+70
2021-02-07
Mo' updates, less problems.
Eduardo Julian
2
-2
/
+2
2021-02-01
Improved compilation of loops and pattern-matching for Python.
Eduardo Julian
1
-11
/
+12
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
3
-173
/
+197
2021-01-12
Raise error when trying to use deprecated fields/method/classes in JVM.
Eduardo Julian
3
-14
/
+14
2021-01-12
Compiler now shows suggestions when encountering unknown definitions.
Eduardo Julian
6
-1
/
+31
2021-01-11
Encapsulate JS definitions produced by the JS compiler in a local scope to av...
Eduardo Julian
2
-5
/
+4
2021-01-08
Moved "log!" function under "lux/debug".
Eduardo Julian
4
-8
/
+8
2021-01-03
Place the "program:" macro of "lux/control/parser/cli" in its own module.
Eduardo Julian
1
-4
/
+3
2020-12-29
Unified repository abstraction for Aedifex.
Eduardo Julian
1
-1
/
+4
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
46
-1811
/
+172
2020-12-26
Some renamings.
Eduardo Julian
2
-0
/
+19
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
30
-1450
/
+1450
2020-12-23
Refactored "export" common syntax.
Eduardo Julian
2
-3
/
+5
2020-12-22
Properly naming unicode Block type.
Eduardo Julian
4
-235
/
+237
2020-12-17
More optimizations to the Lux syntax parser.
Eduardo Julian
3
-10
/
+14
2020-12-15
Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.
Eduardo Julian
6
-46
/
+361
2020-12-12
Removed several unnecessary imports.
Eduardo Julian
10
-97
/
+277
2020-12-11
Improved parsing speed for Lux code.
Eduardo Julian
10
-31
/
+248
2020-12-10
Render XML to text in an indented form for human readability.
Eduardo Julian
5
-9
/
+64
2020-12-10
Updated Lux license to v0.1.1.
Eduardo Julian
3
-32
/
+138
2020-12-10
Re-named "with-cover" to "for".
Eduardo Julian
40
-801
/
+862
2020-12-09
Added support for "Commons Clause" to Licentia.
Eduardo Julian
3
-45
/
+143
2020-12-04
Re-named old luxc-jvm to lux-bootstrapper.
Eduardo Julian
3
-156
/
+289
2020-12-03
Detect duplicate files coming from dependencies.
Eduardo Julian
2
-93
/
+287
2020-12-02
Replaced "contains?" function with "key?" function.
Eduardo Julian
6
-93
/
+120
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
38
-330
/
+330
2020-12-02
Test for Aedifex's "auto" command.
Eduardo Julian
3
-60
/
+193
2020-12-01
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
4
-141
/
+221
[next]