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
/
macro
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
2020-10-31
3
-6
/
+6
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
3
-23
/
+31
*
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
-12
/
+14
*
Re-named "to-text" functions to "format".
Eduardo Julian
2020-10-15
1
-3
/
+3
*
Gave the Location type its own module.
Eduardo Julian
2020-10-14
1
-3
/
+5
*
Re-named "Cursor" type to "Location".
Eduardo Julian
2020-10-07
1
-3
/
+3
*
Added deployment code to Aedifex.
Eduardo Julian
2020-10-03
1
-0
/
+1
*
Changed the format of project descriptor files.
Eduardo Julian
2020-09-16
2
-2
/
+2
*
Test programs + auti build/test.
Eduardo Julian
2020-08-29
1
-16
/
+15
*
Build programs.
Eduardo Julian
2020-08-28
2
-0
/
+81
*
Download and catch dependencies in Aedifex.
Eduardo Julian
2020-08-26
3
-24
/
+159
*
Calculate SHA-1 and MD5 hashes.
Eduardo Julian
2020-08-18
1
-44
/
+167
*
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
2020-07-01
1
-1
/
+1
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
3
-3
/
+3
*
Test for enums + adjustments to Python-generation code.
Eduardo Julian
2020-03-04
1
-2
/
+1
*
Got the tests running again.
Eduardo Julian
2019-09-15
3
-17
/
+19
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
2
-2
/
+4
*
No more "i/"-prefixed functions.
Eduardo Julian
2019-07-25
2
-8
/
+8
*
No more "f/"-prefixed functions.
Eduardo Julian
2019-07-24
1
-4
/
+7
*
Got rid of the "Number" abstraction.
Eduardo Julian
2019-07-24
1
-20
/
+21
*
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2019-07-02
2
-3
/
+2
*
Improved the convention for using text formatters.
Eduardo Julian
2019-06-20
5
-20
/
+20
*
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
2019-05-21
1
-37
/
+37
*
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-34
/
+35
*
Moved the JSON parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-2
/
+4
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
5
-9
/
+11
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
2
-3
/
+3
*
Fixed some tests.
Eduardo Julian
2019-03-28
2
-21
/
+38
*
Ported tests for type-related modules.
Eduardo Julian
2019-03-24
1
-1
/
+1
*
Ported tests for macro-related modules.
Eduardo Julian
2019-03-24
5
-163
/
+277
*
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
2019-03-15
2
-6
/
+6
*
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
2019-03-13
1
-1
/
+1
*
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
2019-02-11
2
-2
/
+3
*
Integrated tests into normal source code.
Eduardo Julian
2019-02-05
4
-0
/
+286