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