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
/
program
(
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
-7
/
+84
|
*
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
2021-01-13
4
-35
/
+100
|
*
Raise error when trying to use deprecated fields/method/classes in JVM.
Eduardo Julian
2021-01-12
3
-0
/
+35
|
*
Compiler now shows suggestions when encountering unknown definitions.
Eduardo Julian
2021-01-12
1
-0
/
+43
|
*
Turned I64 and variant creation functions into constructors for JS.
Eduardo Julian
2021-01-09
2
-17
/
+12
|
*
Moved "log!" function under "lux/debug".
Eduardo Julian
2021-01-08
1
-1
/
+2
|
*
Added lexically-scoped templates.
Eduardo Julian
2021-01-05
1
-2
/
+0
|
*
Place the "program:" macro of "lux/control/parser/cli" in its own module.
Eduardo Julian
2021-01-03
7
-3
/
+341
|
*
Unified repository abstraction for Aedifex.
Eduardo Julian
2020-12-29
15
-453
/
+513
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
15
-182
/
+206
|
*
Some renamings.
Eduardo Julian
2020-12-26
4
-31
/
+45
|
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
31
-466
/
+466
|
*
Refactored "export" common syntax.
Eduardo Julian
2020-12-23
8
-133
/
+181
|
*
Properly naming unicode Block type.
Eduardo Julian
2020-12-22
2
-13
/
+56
|
*
More optimizations to the Lux syntax parser.
Eduardo Julian
2020-12-17
7
-88
/
+197
|
*
Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.
Eduardo Julian
2020-12-15
2
-2
/
+292
|
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
5
-16
/
+51
|
*
Improved parsing speed for Lux code.
Eduardo Julian
2020-12-11
10
-14
/
+174
|
*
Render XML to text in an indented form for human readability.
Eduardo Julian
2020-12-10
7
-125
/
+139
|
*
Updated Lux license to v0.1.1.
Eduardo Julian
2020-12-10
6
-158
/
+166
|
*
Re-named "with-cover" to "for".
Eduardo Julian
2020-12-10
4
-43
/
+61
|
*
Added support for "Commons Clause" to Licentia.
Eduardo Julian
2020-12-09
5
-45
/
+86
|
*
Re-named old luxc-jvm to lux-bootstrapper.
Eduardo Julian
2020-12-04
2
-64
/
+74
|
*
Detect duplicate files coming from dependencies.
Eduardo Julian
2020-12-03
11
-149
/
+205
|
*
Replaced "contains?" function with "key?" function.
Eduardo Julian
2020-12-02
3
-0
/
+25
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
25
-162
/
+162
|
|
|
|
convention that only macros that deal with types may start with a colon.
*
Test for Aedifex's "auto" command.
Eduardo Julian
2020-12-02
2
-140
/
+64
|
*
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
2020-12-01
12
-138
/
+24
|
*
Re-named "_.claim" to "_.cover'".
Eduardo Julian
2020-11-28
1
-10
/
+10
|
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
17
-186
/
+218
|
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
7
-58
/
+71
|
*
Allow name formatting for JVM imports, similar to Lux module imports.
Eduardo Julian
2020-11-26
5
-43
/
+66
|
*
Better error messages when re-using a name when making a definition.
Eduardo Julian
2020-11-24
4
-22
/
+23
|
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
11
-174
/
+222
|
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
6
-172
/
+140
|
*
Improved error reporting for syntax macros.
Eduardo Julian
2020-11-05
9
-28
/
+110
|
*
Added CoMonad for CoFree.
Eduardo Julian
2020-11-02
3
-0
/
+56
|
*
Allow defining anonymous actors.
Eduardo Julian
2020-11-02
6
-147
/
+169
|
*
Improved the design of actors.
Eduardo Julian
2020-11-01
7
-52
/
+89
|
*
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
2020-10-31
5
-47
/
+81
|
*
Easy to use Rev constants.
Eduardo Julian
2020-10-31
14
-70
/
+76
|
*
Some small refactoring.
Eduardo Julian
2020-10-25
7
-50
/
+35
|
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
5
-37
/
+67
|
*
Changed type-parameters for Mixin types.
Eduardo Julian
2020-10-24
2
-33
/
+48
|
*
Re-named some list functions.
Eduardo Julian
2020-10-24
1
-3
/
+3
|
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
10
-361
/
+389
|
*
Re-named "to-text" functions to "format".
Eduardo Julian
2020-10-15
4
-67
/
+163
|
*
Gave the Location type its own module.
Eduardo Julian
2020-10-14
4
-29
/
+55
|
*
Type-checking macros via the Macro' type from the standard library.
Eduardo Julian
2020-10-12
8
-37
/
+46
|
*
Tweaked how I64 masks are made.
Eduardo Julian
2020-10-12
1
-8
/
+19
|
[prev]
[next]