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-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
2019-03-06
Removed the "translation/common" hierarchy.
Eduardo Julian
12
-36
/
+24
2019-03-06
Extracted the JavaScript compiler into its own separate project.
Eduardo Julian
1
-467
/
+0
2019-03-05
Got the JS compiler running again.
Eduardo Julian
7
-201
/
+670
2019-03-03
Some refactoring around statements.
Eduardo Julian
7
-108
/
+108
2019-03-03
Some refactoring around synthesis.
Eduardo Julian
21
-767
/
+778
2019-03-03
Macros are used for analysis and statements, so they shouldn't belong to anal...
Eduardo Julian
7
-28
/
+28
2019-03-03
Some refactoring around analysis.
Eduardo Julian
28
-698
/
+722
2019-03-03
Factored-out general compiler program machinery.
Eduardo Julian
1
-0
/
+94
2019-03-02
Partially factored-out the macro-expansion machinery.
Eduardo Julian
6
-113
/
+135
2019-03-02
Small fixes and improvements.
Eduardo Julian
7
-34
/
+31
2019-03-02
Added the capacity to extract type-information from values to create new type...
Eduardo Julian
4
-2
/
+21
2019-02-25
Can easily compose text, identifiers and tags inside templates.
Eduardo Julian
1
-1
/
+30
2019-02-24
Got rid of the Task type (it just provided the same functionality as (error.w...
Eduardo Julian
5
-169
/
+90
2019-02-24
Improved the names of monad transformers.
Eduardo Julian
21
-46
/
+47
2019-02-24
Got new-luxc to compile/build again.
Eduardo Julian
21
-356
/
+450
2019-02-21
Moved extension machinery over.
Eduardo Julian
9
-25
/
+441
2019-02-20
Removed statement machinery (has been superseded by common statement extensio...
Eduardo Julian
1
-3
/
+4
2019-02-20
Moved expression machinery over.
Eduardo Julian
7
-21
/
+80
2019-02-20
Moved function machinery over.
Eduardo Julian
3
-222
/
+335
2019-02-19
Moved looping machinery over.
Eduardo Julian
4
-8
/
+49
2019-02-19
Moved pattern-matching machinery over.
Eduardo Julian
9
-70
/
+252
2019-02-17
Adapted more tests to the new format.
Eduardo Julian
11
-318
/
+350
2019-02-14
Added machinery to interact with the operating-system's shell.
Eduardo Julian
2
-30
/
+203
2019-02-13
- WIP: Moved some of the JS compiler machinery over to stdlib.
Eduardo Julian
13
-105
/
+1029
2019-02-13
Re-named "logical-right-shift" to "logic-right-shift".
Eduardo Julian
7
-34
/
+43
[prev]
[next]