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 (
Expand
)
Author
Files
Lines
2019-04-04
Updated JavaScript compiler.
Eduardo Julian
2
-57
/
+57
2019-04-04
- Updated analysis phase.
Eduardo Julian
3
-26
/
+26
2019-04-04
Forgot "lux text char".
Eduardo Julian
8
-10
/
+10
2019-04-04
Changed the order of the inputs to the common extensions.
Eduardo Julian
9
-209
/
+196
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
155
-643
/
+639
2019-03-30
Yet more fixes.
Eduardo Julian
5
-19
/
+34
2019-03-30
Fixed some more tests.
Eduardo Julian
6
-29
/
+38
2019-03-29
Fixed more tests.
Eduardo Julian
19
-533
/
+484
2019-03-28
Fixed some tests.
Eduardo Julian
18
-255
/
+337
2019-03-27
The Python compiler is alive.
Eduardo Julian
9
-416
/
+452
2019-03-26
Got the Python compiler running.
Eduardo Julian
3
-9
/
+13
2019-03-26
WIP: Moved Python code-generation machinery over to stdlib.
Eduardo Julian
24
-187
/
+1747
2019-03-25
Ported tests for world-related modules.
Eduardo Julian
9
-364
/
+409
2019-03-24
Ported tests for type-related modules.
Eduardo Julian
9
-482
/
+484
2019-03-24
Ported tests for macro-related modules.
Eduardo Julian
9
-237
/
+311
2019-03-24
Ported tests for math-related modules.
Eduardo Julian
11
-496
/
+445
2019-03-24
Ported tests for collection-related modules.
Eduardo Julian
29
-1339
/
+1414
2019-03-23
Ported tests for format-related modules.
Eduardo Julian
7
-323
/
+288
2019-03-23
Ported tests for time-related modules.
Eduardo Julian
8
-282
/
+201
2019-03-22
Ported tests for text-related modules.
Eduardo Julian
9
-628
/
+583
2019-03-22
Ported tests for number-related modules.
Eduardo Julian
42
-753
/
+920
2019-03-21
- Ported lux/data/bit tests.
Eduardo Julian
14
-352
/
+428
2019-03-21
- Ported lux/control/concurrency/promise tests.
Eduardo Julian
5
-110
/
+124
2019-03-21
Fixed a bug in the FRP/channel monad.
Eduardo Julian
3
-57
/
+81
2019-03-21
Small adjustments.
Eduardo Julian
4
-31
/
+34
2019-03-18
Changed how compiler output is accumulated to ensure correct order when gener...
Eduardo Julian
4
-40
/
+29
2019-03-18
Cobbled together a simple packager.
Eduardo Julian
8
-98
/
+243
2019-03-17
Minor improvements.
Eduardo Julian
4
-56
/
+55
2019-03-17
Now compiling program statements.
Eduardo Julian
6
-50
/
+107
2019-03-17
Added proper aliasing support to the new compiler.
Eduardo Julian
2
-13
/
+18
2019-03-17
Now only timing compiler operations in the Leiningen plugin.
Eduardo Julian
1
-15
/
+0
2019-03-16
Fixed a bug in the way the source-code was being tracked.
Eduardo Julian
2
-31
/
+32
2019-03-16
Got serial imports fully working.
Eduardo Julian
8
-204
/
+325
2019-03-16
Fixed a bug when creating Lux numbers in JavaScript.
Eduardo Julian
2
-6
/
+11
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
213
-2113
/
+2119
2019-03-14
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
67
-890
/
+903
2019-03-14
Now doing multiple pops at once.
Eduardo Julian
1
-2
/
+36
2019-03-14
Added a peek-and-pop optimization to pattern-matching on JS.
Eduardo Julian
1
-1
/
+15
2019-03-14
Properly doing imports.
Eduardo Julian
2
-38
/
+16
2019-03-13
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
22
-59
/
+60
2019-03-13
The general shape of the compiler has been recognized as a program unto itsel...
Eduardo Julian
3
-3
/
+5
2019-03-13
- Re-named "lux/tool/compiler/phase/generation/js/expression" to "lux/tool/co...
Eduardo Julian
2
-6
/
+6
2019-03-13
The "translation" phase has been re-named to "generation".
Eduardo Julian
32
-174
/
+174
2019-03-13
Replaced using exceptions for alternation during pattern-matching with loop b...
Eduardo Julian
2
-19
/
+25
2019-03-13
Temporarily disabled JS-code nesting since it's only useful for debugging.
Eduardo Julian
1
-8
/
+9
2019-03-12
Re-defined the "type" macros in terms of ":by-example".
Eduardo Julian
2
-56
/
+15
2019-03-12
Re-named ":extract" to ":by-example".
Eduardo Julian
4
-12
/
+12
2019-03-12
WIP: Some tweaks to handle imports at the compiler-state level.
Eduardo Julian
3
-9
/
+40
2019-03-11
Added serial imports (parallel imports will be added later).
Eduardo Julian
4
-64
/
+99
2019-03-11
Improved error-reporting after using "with-expansions" by retaining the cursors.
Eduardo Julian
1
-7
/
+7
[prev]
[next]