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
/
data
/
format
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
13
-4975
/
+0
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
1
-1
/
+1
*
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
2021-07-10
2
-20
/
+15
*
Made sure the "phase" parameter of extensions is always usable (even across l...
Eduardo Julian
2021-07-08
1
-35
/
+40
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
3
-5
/
+5
*
Re-factored the UTF8 codec into its own module.
Eduardo Julian
2021-05-31
2
-18
/
+20
*
"lux io current-time" is no longer an extension.
Eduardo Julian
2021-05-31
1
-1
/
+1
*
lux/data/binary.slice now works in the offset+length style.
Eduardo Julian
2021-05-30
1
-1
/
+1
*
Done with PHP.
Eduardo Julian
2021-03-16
1
-1
/
+1
*
Mo' updates, less problems.
Eduardo Julian
2021-02-07
1
-25
/
+30
*
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
2021-01-28
1
-1
/
+1
*
Encapsulate JS definitions produced by the JS compiler in a local scope to av...
Eduardo Julian
2021-01-11
1
-2
/
+2
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
4
-17
/
+20
*
Some renamings.
Eduardo Julian
2020-12-26
1
-1
/
+1
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
4
-505
/
+505
*
More optimizations to the Lux syntax parser.
Eduardo Julian
2020-12-17
1
-0
/
+5
*
Improved parsing speed for Lux code.
Eduardo Julian
2020-12-11
3
-19
/
+16
*
Render XML to text in an indented form for human readability.
Eduardo Julian
2020-12-10
2
-10
/
+30
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
7
-31
/
+31
*
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
2020-12-01
3
-19
/
+19
*
Re-named "_.claim" to "_.cover'".
Eduardo Julian
2020-11-28
5
-150
/
+151
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
2
-89
/
+134
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
1
-45
/
+0
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
3
-35
/
+35
*
Some small refactoring.
Eduardo Julian
2020-10-25
1
-2
/
+2
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
2
-12
/
+12
*
Re-named some list functions.
Eduardo Julian
2020-10-24
2
-2
/
+2
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
1
-3
/
+7
*
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
-10
/
+19
*
Download and catch dependencies in Aedifex.
Eduardo Julian
2020-08-26
1
-3
/
+6
*
WIP: New build-tool named Aedifex (can read project descriptions).
Eduardo Julian
2020-08-12
1
-4
/
+10
*
Allow "#io" outputs for JS imports.
Eduardo Julian
2020-08-09
1
-7
/
+13
*
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
2020-08-09
9
-59
/
+15
*
Mo' fixes, less problems.
Eduardo Julian
2020-07-14
1
-12
/
+16
*
Bug fixes.
Eduardo Julian
2020-06-23
1
-51
/
+50
*
Updated test for function optimization.
Eduardo Julian
2020-06-11
1
-2
/
+6
*
Can now export Lux code as library TAR files.
Eduardo Julian
2020-05-28
1
-8
/
+2
*
Can now parse TAR files.
Eduardo Julian
2020-05-28
1
-72
/
+394
*
Can now write TAR files.
Eduardo Julian
2020-05-19
2
-0
/
+578
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
1
-3
/
+3
*
Fixed bugs while parsing modules' cached data.
Eduardo Julian
2020-05-05
1
-79
/
+68
*
Now caching the documents generated after compiling each module.
Eduardo Julian
2020-04-22
1
-7
/
+10
*
Now caching the reservations from the archive.
Eduardo Julian
2020-04-21
1
-4
/
+3
*
Test for codec composition + adjustments to JS-generation code.
Eduardo Julian
2020-03-04
1
-8
/
+14
*
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
2019-11-07
1
-1
/
+2
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
4
-17
/
+20
*
No more "i/"-prefixed functions.
Eduardo Julian
2019-07-25
2
-5
/
+8
*
No more "r/"-prefixed functions.
Eduardo Julian
2019-07-24
1
-2
/
+2
*
No more "f/"-prefixed functions.
Eduardo Julian
2019-07-24
2
-8
/
+10
[next]