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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Eduardo Julian
2020-10-09
1
-0
/
+2
|
|
|
|
and short be default.
*
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