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