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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-05-30
Giving up on Kawa for now...
Eduardo Julian
7
-16
/
+149
2021-05-30
lux/data/binary.slice now works in the offset+length style.
Eduardo Julian
6
-52
/
+47
2021-05-30
lux/macro/template.with can now produce multiple outputs.
Eduardo Julian
4
-14
/
+14
2021-05-30
Getting the name of a path is no longer a fundamental File operation.
Eduardo Julian
4
-116
/
+65
2021-05-30
Some improvements to pattern-matching compilation.
Eduardo Julian
1
-47
/
+54
But will have to postpone Common Lisp, as ABCL is getting overwhelmed.
2021-05-30
More adjustments for Common Lisp.
Eduardo Julian
7
-435
/
+495
2021-05-25
Fix for pattern-matching register binding.
Eduardo Julian
7
-144
/
+175
2021-05-25
Updates for Common-Lisp compiler.
Eduardo Julian
24
-817
/
+1140
2021-05-24
Re-named lux/host to lux/ffi.
Eduardo Julian
54
-418
/
+375
2021-05-24
Using offset+distance instead of from+to for text clipping.
Eduardo Julian
7
-19
/
+22
2021-05-24
Using FFI machinery when possible when doing text replacement.
Eduardo Julian
1
-7
/
+36
2021-05-24
Almost done with Scheme.
Eduardo Julian
25
-532
/
+1262
But will have to postpone finishing it because Kawa is not up to snuff.
2021-05-18
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
17
-62
/
+86
2021-05-18
Text-escaping machinery.
Eduardo Julian
4
-1
/
+402
2021-05-18
Made it so that (_.times 1) still generates (and logs) a seed.
Eduardo Julian
1
-41
/
+42
2021-03-18
Updates for Scheme compiler.
Eduardo Julian
18
-517
/
+897
2021-03-16
Done with PHP.
Eduardo Julian
10
-74
/
+245
2021-03-14
Frustrated with PHP's overflow/underflow logic.
Eduardo Julian
6
-47
/
+64
2021-03-12
Almost done with PHP.
Eduardo Julian
27
-376
/
+1350
2021-03-10
Wrestling with JPHP.
Eduardo Julian
9
-321
/
+470
2021-03-01
Done with Ruby.
Eduardo Julian
28
-283
/
+1479
2021-02-26
Got JRuby to cooperate.
Eduardo Julian
11
-150
/
+278
2021-02-25
Updates for Ruby compiler.
Eduardo Julian
11
-542
/
+653
2021-02-24
Done with Python.
Eduardo Julian
9
-86
/
+137
2021-02-22
Updates for PHP compiler.
Eduardo Julian
22
-599
/
+1137
2021-02-16
Done with Lua.
Eduardo Julian
6
-43
/
+62
2021-02-15
Almost done with Lua.
Eduardo Julian
20
-308
/
+461
2021-02-12
More Lua + optimizations.
Eduardo Julian
20
-262
/
+419
2021-02-10
Continuing with Lua
Eduardo Julian
38
-381
/
+1671
2021-02-07
Mo' updates, less problems.
Eduardo Julian
34
-599
/
+762
2021-02-04
Updates for Lua compiler.
Eduardo Julian
25
-722
/
+814
2021-02-01
Improved compilation of loops and pattern-matching for Python.
Eduardo Julian
31
-910
/
+1093
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
45
-509
/
+714
2021-01-26
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
35
-411
/
+1873
2021-01-13
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
25
-311
/
+698
2021-01-12
Raise error when trying to use deprecated fields/method/classes in JVM.
Eduardo Julian
36
-369
/
+708
2021-01-12
Compiler now shows suggestions when encountering unknown definitions.
Eduardo Julian
32
-453
/
+778
2021-01-11
Encapsulate JS definitions produced by the JS compiler in a local scope to ↵
Eduardo Julian
46
-393
/
+652
avoid interacting with the global scope.
2021-01-09
Turned I64 and variant creation functions into constructors for JS.
Eduardo Julian
21
-221
/
+657
2021-01-08
Moved "log!" function under "lux/debug".
Eduardo Julian
52
-437
/
+705
2021-01-05
Added lexically-scoped templates.
Eduardo Julian
47
-636
/
+838
2021-01-03
Place the "program:" macro of "lux/control/parser/cli" in its own module.
Eduardo Julian
41
-295
/
+755
2020-12-29
Unified repository abstraction for Aedifex.
Eduardo Julian
70
-937
/
+1220
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
321
-4008
/
+4258
2020-12-26
Some renamings.
Eduardo Julian
31
-366
/
+452
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
308
-13244
/
+13248
2020-12-23
Refactored "export" common syntax.
Eduardo Julian
45
-730
/
+1057
2020-12-22
Properly naming unicode Block type.
Eduardo Julian
31
-660
/
+972
2020-12-17
More optimizations to the Lux syntax parser.
Eduardo Julian
24
-555
/
+781
2020-12-15
Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.
Eduardo Julian
18
-397
/
+1155
[prev]
[next]