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
/
lux
/
control
/
parser
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
11
-2040
/
+0
|
*
Improved the XML parsing library.
Eduardo Julian
2021-07-13
1
-67
/
+46
|
*
Re-factored the UTF8 codec into its own module.
Eduardo Julian
2021-05-31
1
-2
/
+3
|
*
lux/data/binary.slice now works in the offset+length style.
Eduardo Julian
2021-05-30
1
-4
/
+3
|
*
Using offset+distance instead of from+to for text clipping.
Eduardo Julian
2021-05-24
1
-1
/
+1
|
*
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
2021-05-18
1
-4
/
+5
|
*
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
2021-01-13
1
-22
/
+18
|
*
Moved "log!" function under "lux/debug".
Eduardo Julian
2021-01-08
1
-4
/
+4
|
*
Place the "program:" macro of "lux/control/parser/cli" in its own module.
Eduardo Julian
2021-01-03
1
-84
/
+2
|
*
Unified repository abstraction for Aedifex.
Eduardo Julian
2020-12-29
2
-1
/
+3
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
7
-31
/
+38
|
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
9
-272
/
+272
|
*
Refactored "export" common syntax.
Eduardo Julian
2020-12-23
1
-8
/
+13
|
*
More optimizations to the Lux syntax parser.
Eduardo Julian
2020-12-17
1
-12
/
+13
|
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
2
-3
/
+1
|
*
Improved parsing speed for Lux code.
Eduardo Julian
2020-12-11
1
-1
/
+1
|
*
Added support for "Commons Clause" to Licentia.
Eduardo Julian
2020-12-09
1
-7
/
+11
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
10
-14
/
+14
|
|
|
|
convention that only macros that deal with types may start with a colon.
*
Re-named "_.claim" to "_.cover'".
Eduardo Julian
2020-11-28
9
-72
/
+69
|
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
1
-0
/
+39
|
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
2
-13
/
+18
|
*
Re-named "lux/control/concurrency/process" to "thread".
Eduardo Julian
2020-11-04
1
-2
/
+2
|
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
2
-9
/
+9
|
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
1
-20
/
+32
|
*
Re-named "to-text" functions to "format".
Eduardo Julian
2020-10-15
1
-3
/
+3
|
*
Re-named "Cursor" type to "Location".
Eduardo Julian
2020-10-07
1
-3
/
+3
|
*
Changed the format of project descriptor files.
Eduardo Julian
2020-09-16
1
-1
/
+2
|
*
Download and catch dependencies in Aedifex.
Eduardo Julian
2020-08-26
1
-14
/
+29
|
*
Allow "#io" outputs for JS imports.
Eduardo Julian
2020-08-09
1
-24
/
+34
|
*
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
2020-08-09
2
-49
/
+44
|
*
No longer inline the object literal for variants.
Eduardo Julian
2020-08-09
2
-47
/
+62
|
*
Some fixes.
Eduardo Julian
2020-08-07
1
-0
/
+3
|
*
Can get the JS(JS) compiler to compile.
Eduardo Julian
2020-07-24
1
-1
/
+1
|
*
Got the JS compiler to compile fully.
Eduardo Julian
2020-07-11
1
-25
/
+23
|
*
WIP: Leiningen integration with the new JVM compiler.
Eduardo Julian
2020-07-01
1
-5
/
+4
|
*
The "for" macro can now work directly with definitions. No text literals ↵
Eduardo Julian
2020-06-28
1
-7
/
+7
|
|
|
|
necessary.
*
Last bug fixes to get the new JVM compiler to fully process the standard ↵
Eduardo Julian
2020-06-24
1
-1
/
+2
|
|
|
|
library and its tests.
*
Bug fixes.
Eduardo Julian
2020-06-23
2
-26
/
+27
|
*
Optimizing-away unnecessary variable declarations/bindings.
Eduardo Julian
2020-06-12
1
-11
/
+8
|
*
Updated test for function optimization.
Eduardo Julian
2020-06-11
1
-39
/
+43
|
*
Basic pattern-matching optimizations.
Eduardo Julian
2020-06-09
1
-21
/
+37
|
*
Properly implemented and enabled loop optimization.
Eduardo Julian
2020-06-03
1
-0
/
+5
|
*
Implemented an optimization for getting fields/slots from records in the new ↵
Eduardo Julian
2020-06-01
1
-15
/
+5
|
|
|
|
compiler.
*
Can now parse TAR files.
Eduardo Julian
2020-05-28
1
-24
/
+38
|
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
2
-4
/
+4
|
*
Fixed bugs while parsing modules' cached data.
Eduardo Julian
2020-05-05
1
-75
/
+66
|
*
Now caching the documents generated after compiling each module.
Eduardo Julian
2020-04-22
1
-2
/
+17
|
*
Now caching the reservations from the archive.
Eduardo Julian
2020-04-21
1
-5
/
+6
|
*
Re-located code related to Lux's compilation across the different phases.
Eduardo Julian
2020-01-11
2
-3
/
+7
|
*
Compiler extensions have been tested to work.
Eduardo Julian
2019-10-15
3
-8
/
+177
|
[next]