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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
2021-01-26
2
-2
/
+50
|
*
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
2021-01-13
4
-36
/
+98
|
*
Raise error when trying to use deprecated fields/method/classes in JVM.
Eduardo Julian
2021-01-12
3
-0
/
+42
|
*
Compiler now shows suggestions when encountering unknown definitions.
Eduardo Julian
2021-01-12
1
-0
/
+34
|
*
Encapsulate JS definitions produced by the JS compiler in a local scope to ↵
Eduardo Julian
2021-01-11
2
-0
/
+45
|
|
|
|
avoid interacting with the global scope.
*
Turned I64 and variant creation functions into constructors for JS.
Eduardo Julian
2021-01-09
2
-0
/
+40
|
*
Moved "log!" function under "lux/debug".
Eduardo Julian
2021-01-08
2
-1
/
+35
|
*
Added lexically-scoped templates.
Eduardo Julian
2021-01-05
2
-1
/
+34
|
*
Place the "program:" macro of "lux/control/parser/cli" in its own module.
Eduardo Julian
2021-01-03
2
-1
/
+48
|
*
Unified repository abstraction for Aedifex.
Eduardo Julian
2020-12-29
8
-70
/
+35
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
13
-40
/
+42
|
*
Some renamings.
Eduardo Julian
2020-12-26
6
-16
/
+47
|
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
27
-526
/
+526
|
*
Refactored "export" common syntax.
Eduardo Julian
2020-12-23
7
-136
/
+167
|
*
Properly naming unicode Block type.
Eduardo Julian
2020-12-22
5
-27
/
+57
|
*
Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.
Eduardo Julian
2020-12-15
3
-1
/
+99
|
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
2
-4
/
+37
|
*
Improved parsing speed for Lux code.
Eduardo Julian
2020-12-11
5
-18
/
+87
|
*
Render XML to text in an indented form for human readability.
Eduardo Julian
2020-12-10
8
-53
/
+90
|
*
Updated Lux license to v0.1.1.
Eduardo Julian
2020-12-10
3
-38
/
+24
|
*
Re-named "with-cover" to "for".
Eduardo Julian
2020-12-10
13
-180
/
+179
|
*
Detect duplicate files coming from dependencies.
Eduardo Julian
2020-12-03
9
-260
/
+403
|
*
Replaced "contains?" function with "key?" function.
Eduardo Julian
2020-12-02
4
-5
/
+35
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
21
-156
/
+156
|
|
|
|
convention that only macros that deal with types may start with a colon.
*
Test for Aedifex's "auto" command.
Eduardo Julian
2020-12-02
1
-0
/
+147
|
*
Re-named "_.claim" to "_.cover'".
Eduardo Julian
2020-11-28
10
-116
/
+199
|
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
1
-0
/
+147
|
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
3
-5
/
+43
|
*
Better error messages when re-using a name when making a definition.
Eduardo Julian
2020-11-24
15
-70
/
+536
|
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
3
-4
/
+133
|
*
Improved error reporting for syntax macros.
Eduardo Julian
2020-11-05
4
-5
/
+99
|
*
Added CoMonad for CoFree.
Eduardo Julian
2020-11-02
2
-0
/
+121
|
*
Allow defining anonymous actors.
Eduardo Julian
2020-11-02
8
-15
/
+152
|
*
Improved the design of actors.
Eduardo Julian
2020-11-01
4
-8
/
+72
|
*
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
2020-10-31
1
-0
/
+101
|
*
Easy to use Rev constants.
Eduardo Julian
2020-10-31
2
-1
/
+55
|
*
Some small refactoring.
Eduardo Julian
2020-10-25
2
-2
/
+2
|
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
1
-0
/
+51
|
*
Changed type-parameters for Mixin types.
Eduardo Julian
2020-10-24
2
-6
/
+73
|
*
Re-named some list functions.
Eduardo Julian
2020-10-24
1
-0
/
+48
|
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
3
-10
/
+36
|
*
Re-named "to-text" functions to "format".
Eduardo Julian
2020-10-15
1
-0
/
+95
|
*
Gave the Location type its own module.
Eduardo Julian
2020-10-14
2
-1
/
+43
|
*
Type-checking macros via the Macro' type from the standard library.
Eduardo Julian
2020-10-12
2
-0
/
+32
|
*
Tweaked how I64 masks are made.
Eduardo Julian
2020-10-12
2
-5
/
+99
|
*
Mandatory long names for JVM imports, instead of having "long" be optional ↵
Eduardo Julian
2020-10-09
2
-10
/
+34
|
|
|
|
and short be default.
*
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
2020-10-09
3
-101
/
+269
|
*
Re-named "Cursor" type to "Location".
Eduardo Julian
2020-10-07
1
-1
/
+3
|
*
Test imports for circular dependencies.
Eduardo Julian
2020-10-07
1
-0
/
+212
[prev]