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
/
poly
/
json.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-119
/
+0
|
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-1
/
+0
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-7
/
+7
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-1
/
+1
|
*
Even more renamings.
Eduardo Julian
2021-08-01
1
-1
/
+1
|
*
Re-named "spec" hierarchy to "specification".
Eduardo Julian
2021-07-15
1
-1
/
+1
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-44
/
+45
|
*
Better syntax for parallel-hierarchy imports.
Eduardo Julian
2021-07-12
1
-8
/
+6
|
*
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
2021-06-11
1
-1
/
+2
|
*
Added lexically-scoped templates.
Eduardo Julian
2021-01-05
1
-2
/
+2
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
1
-6
/
+6
|
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
1
-14
/
+14
|
*
Re-named "with-cover" to "for".
Eduardo Julian
2020-12-10
1
-2
/
+2
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
1
-2
/
+2
|
|
|
|
convention that only macros that deal with types may start with a colon.
*
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
2020-10-31
1
-2
/
+2
|
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
1
-12
/
+14
|
*
Added deployment code to Aedifex.
Eduardo Julian
2020-10-03
1
-0
/
+1
|
*
Download and catch dependencies in Aedifex.
Eduardo Julian
2020-08-26
1
-23
/
+24
|
*
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
1
-1
/
+1
|
*
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
1
-8
/
+8
|
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
1
-1
/
+2
|
*
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2019-07-02
1
-1
/
+0
|
*
Improved the convention for using text formatters.
Eduardo Julian
2019-06-20
1
-2
/
+2
|
*
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
1
-3
/
+4
|
*
Ported tests for macro-related modules.
Eduardo Julian
2019-03-24
1
-0
/
+114