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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Properly doing imports.
Eduardo Julian
2019-03-14
2
-38
/
+16
*
No longer packaging extraneous artifacts from ambient .jars and other places.
Eduardo Julian
2019-03-13
1
-12
/
+21
*
No longer needing "jvm" or "js" configurations in "project.clj" files for Lux...
Eduardo Julian
2019-03-13
9
-101
/
+47
*
Updated .gitignore for new JS compiler.
Eduardo Julian
2019-03-13
1
-1
/
+5
*
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
2019-03-13
29
-70
/
+71
*
Now showing how long it takes to package a build.
Eduardo Julian
2019-03-13
1
-3
/
+4
*
No longer packaging Clojure or Lux source-code by accident.
Eduardo Julian
2019-03-13
1
-3
/
+5
*
The general shape of the compiler has been recognized as a program unto itsel...
Eduardo Julian
2019-03-13
4
-7
/
+10
*
- Re-named "lux/tool/compiler/phase/generation/js/expression" to "lux/tool/co...
Eduardo Julian
2019-03-13
3
-12
/
+11
*
The "translation" phase has been re-named to "generation".
Eduardo Julian
2019-03-13
32
-174
/
+174
*
Replaced using exceptions for alternation during pattern-matching with loop b...
Eduardo Julian
2019-03-13
2
-19
/
+25
*
Temporarily disabled JS-code nesting since it's only useful for debugging.
Eduardo Julian
2019-03-13
1
-8
/
+9
*
Re-defined the "type" macros in terms of ":by-example".
Eduardo Julian
2019-03-12
2
-56
/
+15
*
Re-named ":extract" to ":by-example".
Eduardo Julian
2019-03-12
5
-13
/
+13
*
WIP: Some tweaks to handle imports at the compiler-state level.
Eduardo Julian
2019-03-12
3
-9
/
+40
*
Added serial imports (parallel imports will be added later).
Eduardo Julian
2019-03-11
4
-64
/
+99
*
Improved error-reporting after using "with-expansions" by retaining the cursors.
Eduardo Julian
2019-03-11
1
-7
/
+7
*
Removed the "translation/common" hierarchy.
Eduardo Julian
2019-03-06
14
-42
/
+30
*
Extracted the JavaScript compiler into its own separate project.
Eduardo Julian
2019-03-06
2
-34
/
+82
*
Removed old JS-compiler files.
Eduardo Julian
2019-03-05
2
-528
/
+0
*
Got the JS compiler running again.
Eduardo Julian
2019-03-05
9
-208
/
+677
*
Some refactoring around statements.
Eduardo Julian
2019-03-03
10
-112
/
+112
*
Some refactoring around synthesis.
Eduardo Julian
2019-03-03
28
-776
/
+787
*
Macros are used for analysis and statements, so they shouldn't belong to anal...
Eduardo Julian
2019-03-03
8
-32
/
+31
*
Some refactoring around analysis.
Eduardo Julian
2019-03-03
30
-700
/
+724
*
Factored-out general compiler program machinery.
Eduardo Julian
2019-03-03
3
-85
/
+133
*
Partially factored-out the macro-expansion machinery.
Eduardo Julian
2019-03-02
6
-113
/
+135
*
Small fixes and improvements.
Eduardo Julian
2019-03-02
7
-34
/
+31
*
Added the capacity to extract type-information from values to create new type...
Eduardo Julian
2019-03-02
5
-3
/
+22
*
Can easily compose text, identifiers and tags inside templates.
Eduardo Julian
2019-02-25
1
-1
/
+30
*
Got rid of the Task type (it just provided the same functionality as (error.w...
Eduardo Julian
2019-02-24
5
-169
/
+90
*
Improved the names of monad transformers.
Eduardo Julian
2019-02-24
23
-51
/
+52
*
Got new-luxc to compile/build again.
Eduardo Julian
2019-02-24
40
-530
/
+636
*
Moved extension machinery over.
Eduardo Julian
2019-02-21
11
-549
/
+441
*
Removed statement machinery (has been superseded by common statement extensio...
Eduardo Julian
2019-02-20
2
-50
/
+4
*
Moved expression machinery over.
Eduardo Julian
2019-02-20
8
-110
/
+80
*
Moved function machinery over.
Eduardo Julian
2019-02-20
4
-299
/
+335
*
Moved looping machinery over.
Eduardo Julian
2019-02-19
5
-43
/
+49
*
Moved pattern-matching machinery over.
Eduardo Julian
2019-02-19
10
-261
/
+252
*
Adapted more tests to the new format.
Eduardo Julian
2019-02-17
11
-318
/
+350
*
Added machinery to interact with the operating-system's shell.
Eduardo Julian
2019-02-14
2
-30
/
+203
*
- WIP: Moved some of the JS compiler machinery over to stdlib.
Eduardo Julian
2019-02-13
17
-882
/
+1029
*
Re-named "logical-right-shift" to "logic-right-shift".
Eduardo Julian
2019-02-13
7
-34
/
+43
*
Forgot to remove the JS module from new-luxc.
Eduardo Julian
2019-02-12
1
-113
/
+0
*
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
2019-02-12
79
-20
/
+17
*
- Updated JS machinery.
Eduardo Julian
2019-02-12
4
-95
/
+372
*
Ported 2 new test modules to the new format.
Eduardo Julian
2019-02-12
5
-161
/
+252
*
Updated license for 2019.
Eduardo Julian
2019-02-11
4
-35
/
+41
*
Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...
Eduardo Julian
2019-02-11
2
-4
/
+90
*
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
2019-02-11
176
-497
/
+508
[prev]
[next]