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
/
aedifex
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
7
-9
/
+168
*
Render XML to text in an indented form for human readability.
Eduardo Julian
2020-12-10
5
-69
/
+79
*
Updated Lux license to v0.1.1.
Eduardo Julian
2020-12-10
3
-66
/
+63
*
Re-named "with-cover" to "for".
Eduardo Julian
2020-12-10
3
-6
/
+9
*
Detect duplicate files coming from dependencies.
Eduardo Julian
2020-12-03
9
-85
/
+120
*
Replaced "contains?" function with "key?" function.
Eduardo Julian
2020-12-02
2
-0
/
+20
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
20
-141
/
+141
*
Test for Aedifex's "auto" command.
Eduardo Julian
2020-12-02
1
-134
/
+50
*
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
2020-12-01
4
-113
/
+3
*
Re-named "_.claim" to "_.cover'".
Eduardo Julian
2020-11-28
1
-10
/
+10
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
12
-135
/
+162
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
6
-54
/
+67
*
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
3
-18
/
+12
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
9
-120
/
+182
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
5
-166
/
+110
*
Improved error reporting for syntax macros.
Eduardo Julian
2020-11-05
9
-28
/
+110
*
Added CoMonad for CoFree.
Eduardo Julian
2020-11-02
2
-0
/
+51
*
Allow defining anonymous actors.
Eduardo Julian
2020-11-02
5
-142
/
+164
*
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
3
-28
/
+71
*
Easy to use Rev constants.
Eduardo Julian
2020-10-31
10
-59
/
+65
*
Some small refactoring.
Eduardo Julian
2020-10-25
3
-40
/
+25
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
4
-5
/
+64
*
Changed type-parameters for Mixin types.
Eduardo Julian
2020-10-24
1
-0
/
+35
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
9
-359
/
+386
*
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
7
-36
/
+45
*
Tweaked how I64 masks are made.
Eduardo Julian
2020-10-12
1
-8
/
+19
*
Mandatory long names for JVM imports, instead of having "long" be optional an...
Eduardo Julian
2020-10-09
6
-36
/
+36
*
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
2020-10-09
3
-23
/
+41
*
Test imports for circular dependencies.
Eduardo Julian
2020-10-07
6
-15
/
+277
*
Gave Aedifex support for multiple profiles.
Eduardo Julian
2020-10-03
10
-163
/
+364
*
Added deployment code to Aedifex.
Eduardo Julian
2020-10-03
6
-5
/
+192
*
Changed the format of project descriptor files.
Eduardo Julian
2020-09-16
1
-65
/
+101
*
Test programs + auti build/test.
Eduardo Julian
2020-08-29
5
-37
/
+229
*
Build programs.
Eduardo Julian
2020-08-28
7
-14
/
+299
*
Download and catch dependencies in Aedifex.
Eduardo Julian
2020-08-26
9
-72
/
+500
*
Calculate SHA-1 and MD5 hashes.
Eduardo Julian
2020-08-18
2
-1
/
+30
*
Add local repo installation to Aedifex.
Eduardo Julian
2020-08-17
5
-3
/
+123
*
Aedifex can generate POM files.
Eduardo Julian
2020-08-12
2
-0
/
+119
*
WIP: New build-tool named Aedifex (can read project descriptions).
Eduardo Julian
2020-08-12
3
-0
/
+222
[prev]