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-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
2019-02-12
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
78
-17
/
+14
2019-02-12
- Updated JS machinery.
Eduardo Julian
4
-95
/
+372
2019-02-12
Ported 2 new test modules to the new format.
Eduardo Julian
5
-161
/
+252
2019-02-11
Updated license for 2019.
Eduardo Julian
2
-32
/
+38
2019-02-11
Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...
Eduardo Julian
2
-4
/
+90
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
176
-497
/
+508
2019-02-10
Various small improments and changes.
Eduardo Julian
10
-164
/
+121
2019-02-08
Ported some modules to the new test format.
Eduardo Julian
15
-408
/
+470
2019-02-07
Small improvements & fixes.
Eduardo Julian
7
-78
/
+110
2019-02-07
- Removed the current usage of data-integrity measures.
Eduardo Julian
10
-136
/
+95
2019-02-06
Updated test for "lux/control/pipe" to new format.
Eduardo Julian
5
-93
/
+135
2019-02-05
Updated Scriptum to make sure it always generates documentation for tested mo...
Eduardo Julian
1
-8
/
+4
2019-02-05
Folded license-making program (legislator) into the Lux project proper (as li...
Eduardo Julian
22
-1
/
+2164
2019-02-05
Ported tests for lux/control/interval to the new format.
Eduardo Julian
8
-240
/
+246
2019-02-05
Integrated tests into normal source code.
Eduardo Julian
94
-0
/
+9573
2019-02-05
Migrated documentation tool's code into stdlib.
Eduardo Julian
8
-83
/
+600
2019-02-04
Added library for generating Markdown code.
Eduardo Julian
1
-0
/
+176
2019-02-04
Re-implemented the IO type as an abstract type in order to avoid potential is...
Eduardo Julian
2
-52
/
+67
2019-02-04
Added the capacity to generate identifiers for template code.
Eduardo Julian
2
-13
/
+23
2019-02-04
Fixed a bug in how the "_$" macro works.
Eduardo Julian
1
-1
/
+8
2019-02-04
Fixed small naming error.
Eduardo Julian
1
-1
/
+1
2019-02-04
Changed the naming style for structures.
Eduardo Julian
198
-3249
/
+3533
[prev]
[next]