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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-licensed to MPL 2.0
Eduardo Julian
2023-01-13
1
-0
/
+3
*
Now wrapping C++ values inside a universal box.
Eduardo Julian
2023-01-07
1
-1
/
+1
*
Fixes for Aedifex tests.
Eduardo Julian
2022-08-12
1
-1
/
+1
*
Extracted property-based testing machinery into its own module.
Eduardo Julian
2022-08-10
1
-2
/
+3
*
First-class programs instead of having a "lux program" extension.
Eduardo Julian
2022-07-09
1
-6
/
+7
*
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
2022-06-16
1
-1
/
+1
*
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
2022-06-16
1
-2
/
+2
*
Extensible import syntax [Part 5]
Eduardo Julian
2022-06-03
1
-1
/
+1
*
Extensible import syntax [Part 4]
Eduardo Julian
2022-06-03
1
-1
/
+1
*
Extensible import syntax [Part 3]
Eduardo Julian
2022-06-02
1
-1
/
+1
*
Extensible import syntax: Part 1
Eduardo Julian
2022-06-01
1
-2
/
+2
*
De-sigil-ification: $
Eduardo Julian
2022-04-08
1
-48
/
+48
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-1
/
+1
*
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
2021-09-13
1
-2
/
+2
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-20
/
+20
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-4
/
+4
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-5
/
+6
*
Simplified the API for file-system operations.
Eduardo Julian
2021-07-06
1
-2
/
+2
*
No longer employing the capabilities model on the lux/world/* modules.
Eduardo Julian
2021-07-02
1
-0
/
+2
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
1
-6
/
+4
*
Some updates for the new compilers.
Eduardo Julian
2021-06-29
1
-4
/
+4
*
Made obtaining env variables more granular + partial Lua support.
Eduardo Julian
2021-06-27
1
-6
/
+6
*
Delegate text (lower|upper)-casing to the host-platform implementations.
Eduardo Julian
2021-06-26
1
-14
/
+21
*
Extracted Licentia out of the standard library.
Eduardo Julian
2021-06-14
1
-50
/
+33
*
Unified repository abstraction for Aedifex.
Eduardo Julian
2020-12-29
1
-2
/
+0
*
Properly naming unicode Block type.
Eduardo Julian
2020-12-22
1
-1
/
+3
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
1
-3
/
+2
*
Improved parsing speed for Lux code.
Eduardo Julian
2020-12-11
1
-1
/
+4
*
Replaced "contains?" function with "key?" function.
Eduardo Julian
2020-12-02
1
-0
/
+2
*
Test for Aedifex's "auto" command.
Eduardo Julian
2020-12-02
1
-1
/
+3
*
Re-named "_.claim" to "_.cover'".
Eduardo Julian
2020-11-28
1
-1
/
+3
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
1
-1
/
+3
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
1
-1
/
+3
*
Better error messages when re-using a name when making a definition.
Eduardo Julian
2020-11-24
1
-2
/
+6
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
1
-1
/
+3
*
Improved error reporting for syntax macros.
Eduardo Julian
2020-11-05
1
-1
/
+3
*
Added CoMonad for CoFree.
Eduardo Julian
2020-11-02
1
-0
/
+2
*
Allow defining anonymous actors.
Eduardo Julian
2020-11-02
1
-0
/
+2
*
Improved the design of actors.
Eduardo Julian
2020-11-01
1
-0
/
+2
*
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
2020-10-31
1
-1
/
+3
*
Easy to use Rev constants.
Eduardo Julian
2020-10-31
1
-0
/
+2
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
1
-0
/
+2
*
Changed type-parameters for Mixin types.
Eduardo Julian
2020-10-24
1
-0
/
+3
*
Re-named some list functions.
Eduardo Julian
2020-10-24
1
-1
/
+3
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
1
-0
/
+2
*
Re-named "to-text" functions to "format".
Eduardo Julian
2020-10-15
1
-0
/
+2
*
Tweaked how I64 masks are made.
Eduardo Julian
2020-10-12
1
-0
/
+2
*
Mandatory long names for JVM imports, instead of having "long" be optional an...
Eduardo Julian
2020-10-09
1
-0
/
+2
*
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
2020-10-09
1
-0
/
+4
*
Test imports for circular dependencies.
Eduardo Julian
2020-10-07
1
-0
/
+21