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