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
/
test
/
aedifex.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-13
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
1
-2
/
+2
syntax change.
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-20
/
+20
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-4
/
+4
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-5
/
+6
2021-07-06
Simplified the API for file-system operations.
Eduardo Julian
1
-2
/
+2
2021-07-02
No longer employing the capabilities model on the lux/world/* modules.
Eduardo Julian
1
-0
/
+2
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-6
/
+4
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-06-29
Some updates for the new compilers.
Eduardo Julian
1
-4
/
+4
2021-06-27
Made obtaining env variables more granular + partial Lua support.
Eduardo Julian
1
-6
/
+6
2021-06-26
Delegate text (lower|upper)-casing to the host-platform implementations.
Eduardo Julian
1
-14
/
+21
2021-06-14
Extracted Licentia out of the standard library.
Eduardo Julian
1
-50
/
+33
2020-12-29
Unified repository abstraction for Aedifex.
Eduardo Julian
1
-2
/
+0
2020-12-22
Properly naming unicode Block type.
Eduardo Julian
1
-1
/
+3
2020-12-12
Removed several unnecessary imports.
Eduardo Julian
1
-3
/
+2
2020-12-11
Improved parsing speed for Lux code.
Eduardo Julian
1
-1
/
+4
2020-12-02
Replaced "contains?" function with "key?" function.
Eduardo Julian
1
-0
/
+2
2020-12-02
Test for Aedifex's "auto" command.
Eduardo Julian
1
-1
/
+3
2020-11-28
Re-named "_.claim" to "_.cover'".
Eduardo Julian
1
-1
/
+3
2020-11-28
Added "private" macro to lux/debug.
Eduardo Julian
1
-1
/
+3
2020-11-27
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
1
-1
/
+3
2020-11-24
Better error messages when re-using a name when making a definition.
Eduardo Julian
1
-2
/
+6
2020-11-07
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
1
-1
/
+3
2020-11-05
Improved error reporting for syntax macros.
Eduardo Julian
1
-1
/
+3
2020-11-02
Added CoMonad for CoFree.
Eduardo Julian
1
-0
/
+2
2020-11-02
Allow defining anonymous actors.
Eduardo Julian
1
-0
/
+2
2020-11-01
Improved the design of actors.
Eduardo Julian
1
-0
/
+2
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-1
/
+3
2020-10-31
Easy to use Rev constants.
Eduardo Julian
1
-0
/
+2
2020-10-25
Some improvements to the Lux syntax parser.
Eduardo Julian
1
-0
/
+2
2020-10-24
Changed type-parameters for Mixin types.
Eduardo Julian
1
-0
/
+3
2020-10-24
Re-named some list functions.
Eduardo Julian
1
-1
/
+3
2020-10-24
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
1
-0
/
+2
2020-10-15
Re-named "to-text" functions to "format".
Eduardo Julian
1
-0
/
+2
2020-10-12
Tweaked how I64 masks are made.
Eduardo Julian
1
-0
/
+2
2020-10-09
Mandatory long names for JVM imports, instead of having "long" be optional ↵
Eduardo Julian
1
-0
/
+2
and short be default.
2020-10-09
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
1
-0
/
+4
2020-10-07
Test imports for circular dependencies.
Eduardo Julian
1
-0
/
+21