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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-119
/
+0
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-1
/
+0
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-7
/
+7
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-1
/
+1
2021-08-01
Even more renamings.
Eduardo Julian
1
-1
/
+1
2021-07-15
Re-named "spec" hierarchy to "specification".
Eduardo Julian
1
-1
/
+1
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-44
/
+45
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
1
-8
/
+6
2021-06-11
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
1
-1
/
+2
2021-01-05
Added lexically-scoped templates.
Eduardo Julian
1
-2
/
+2
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-6
/
+6
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-14
/
+14
2020-12-10
Re-named "with-cover" to "for".
Eduardo Julian
1
-2
/
+2
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
1
-2
/
+2
convention that only macros that deal with types may start with a colon.
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
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-03
Added deployment code to Aedifex.
Eduardo Julian
1
-0
/
+1
2020-08-26
Download and catch dependencies in Aedifex.
Eduardo Julian
1
-23
/
+24
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
1
-1
/
+1
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
1
-8
/
+8
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-1
/
+2
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
1
-1
/
+0
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-2
/
+2
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
1
-3
/
+4
2019-03-24
Ported tests for macro-related modules.
Eduardo Julian
1
-28
/
+10
2019-03-23
Ported tests for format-related modules.
Eduardo Julian
1
-98
/
+47
2019-03-13
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
1
-1
/
+1
2019-02-05
Integrated tests into normal source code.
Eduardo Julian
1
-0
/
+0
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-24
/
+24
2018-12-15
Re-named the "Error" tag to "Failure".
Eduardo Julian
1
-3
/
+3
2018-12-04
Restored the "encode" function for duration, to correct for overkill when ↵
Eduardo Julian
1
-5
/
+6
removing contributor code.
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-5
/
+5
2018-07-28
Added "+" sign to positive Int.
Eduardo Julian
1
-1
/
+1
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-5
/
+5
2018-07-21
Re-named "seq" to "and" and "alt" to "or".
Eduardo Julian
1
-6
/
+6
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as ↵
Eduardo Julian
1
-4
/
+4
module aliases.
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-11
/
+8
2018-07-14
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
1
-3
/
+3
- Small improvements to lux-mode.
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-11
/
+11
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-32
/
+42
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-6
/
+6
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-3
/
+3
2018-07-10
- Re-organized dictionary & set modules a bit.
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-named "Dict" type to "Dictionary".
Eduardo Julian
1
-4
/
+4
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
1
-1
/
+1
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
1
-20
/
+20
2018-07-03
- Re-named "sequence" to "row".
Eduardo Julian
1
-2
/
+2
[next]