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
/
lux
/
control
/
parser
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Some bug fixes.
Eduardo Julian
2021-08-18
6
-12
/
+12
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-4
/
+4
*
Moved documentation-generation machinery to its own module.
Eduardo Julian
2021-08-14
2
-7
/
+7
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-3
/
+3
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
3
-6
/
+6
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
11
-343
/
+344
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
2
-4
/
+4
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
11
-96
/
+96
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
4
-20
/
+20
*
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
2021-08-02
1
-2
/
+2
*
Even more renamings.
Eduardo Julian
2021-08-01
2
-45
/
+45
*
More renamings.
Eduardo Julian
2021-07-30
2
-3
/
+3
*
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2021-07-29
2
-7
/
+7
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
7
-48
/
+48
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
2
-4
/
+4
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
9
-107
/
+107
*
Fixed some inconsistent naming.
Eduardo Julian
2021-07-16
1
-2
/
+2
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
11
-264
/
+275
*
Improved the XML parsing library.
Eduardo Julian
2021-07-13
1
-56
/
+22
*
Better syntax for parallel-hierarchy imports.
Eduardo Julian
2021-07-12
11
-22
/
+22
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
1
-1
/
+1
*
Re-factored the UTF8 codec into its own module.
Eduardo Julian
2021-05-31
1
-10
/
+11
*
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
2021-01-13
1
-20
/
+20
*
Raise error when trying to use deprecated fields/method/classes in JVM.
Eduardo Julian
2021-01-12
1
-14
/
+14
*
Unified repository abstraction for Aedifex.
Eduardo Julian
2020-12-29
1
-1
/
+2
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
11
-51
/
+51
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
8
-449
/
+450
*
Refactored "export" common syntax.
Eduardo Julian
2020-12-23
2
-15
/
+84
*
Properly naming unicode Block type.
Eduardo Julian
2020-12-22
1
-29
/
+31
*
More optimizations to the Lux syntax parser.
Eduardo Julian
2020-12-17
1
-1
/
+2
*
Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.
Eduardo Julian
2020-12-15
1
-15
/
+16
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
1
-2
/
+1
*
Improved parsing speed for Lux code.
Eduardo Julian
2020-12-11
1
-8
/
+8
*
Re-named "with-cover" to "for".
Eduardo Julian
2020-12-10
11
-21
/
+60
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
9
-139
/
+139
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
1
-0
/
+52
*
Allow name formatting for JVM imports, similar to Lux module imports.
Eduardo Julian
2020-11-26
9
-98
/
+122
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
1
-46
/
+46
*
Added CoMonad for CoFree.
Eduardo Julian
2020-11-02
1
-1
/
+1
*
Allow defining anonymous actors.
Eduardo Julian
2020-11-02
3
-25
/
+25
*
Improved the design of actors.
Eduardo Julian
2020-11-01
6
-125
/
+125
*
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
2020-10-31
1
-16
/
+16
*
Some small refactoring.
Eduardo Julian
2020-10-25
1
-3
/
+12
*
Changed type-parameters for Mixin types.
Eduardo Julian
2020-10-24
1
-1
/
+1
*
Re-named some list functions.
Eduardo Julian
2020-10-24
1
-2
/
+2
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
1
-4
/
+4
*
Mandatory long names for JVM imports, instead of having "long" be optional an...
Eduardo Julian
2020-10-09
1
-2
/
+6
*
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
2020-10-09
1
-66
/
+82
*
Re-named "Cursor" type to "Location".
Eduardo Julian
2020-10-07
1
-7
/
+7
*
Gave Aedifex support for multiple profiles.
Eduardo Julian
2020-10-03
1
-3
/
+3
[prev]
[next]