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 (
Expand
)
Author
Files
Lines
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 rem...
Eduardo Julian
1
-5
/
+6
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 modu...
Eduardo Julian
1
-4
/
+4
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
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
2018-05-13
- Added dedicated unicode support for text.
Eduardo Julian
1
-6
/
+6
2018-05-13
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
1
-3
/
+3
2018-05-05
- Removed Void and Unit as kinds of types.
Eduardo Julian
1
-3
/
+1
2018-05-01
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Eduardo Julian
1
-1
/
+1
2018-05-01
- Re-organized dict modules.
Eduardo Julian
1
-1
/
+1
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-4
/
+5
2018-02-07
- Fixed tests in stdlib.
Eduardo Julian
1
-38
/
+37
2017-12-04
- Implemented unit types on top of abstract types.
Eduardo Julian
1
-5
/
+4
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-63
/
+63
2017-11-27
- Changed the prefixes of numeric functions.
Eduardo Julian
1
-8
/
+9
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-23
/
+23
2017-11-15
- Moved "/type/*" to from "lux/meta/" to "lux/".
Eduardo Julian
1
-6
/
+6
2017-10-20
- Replaced the "#seed" and "#times" options for "seed" and "times" test combi...
Eduardo Julian
1
-25
/
+29
2017-10-16
- Re-named "Lux" type to "Meta".
Eduardo Julian
1
-7
/
+7
2017-10-16
- Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.
Eduardo Julian
1
-2
/
+2
2017-10-16
- Re-named "Result" type back to "Error".
Eduardo Julian
1
-3
/
+3
2017-09-05
- Added polytypic JSON codec support for unit-types.
Eduardo Julian
1
-35
/
+60
2017-09-04
- Simplified code for JSON format.
Eduardo Julian
1
-6
/
+5
2017-09-04
- Re-named "real" numbers to "frac"(tions).
Eduardo Julian
1
-23
/
+23
2017-08-01
- Broken down lux/data/format/json module into smaller family of modules.
Eduardo Julian
1
-35
/
+34
2017-07-22
- Removed the "M" suffix from monadic functions.
Eduardo Julian
1
-1
/
+1
2017-07-16
- Polytypic JSON codec can now handle #rec-style recursive types.
Eduardo Julian
1
-3
/
+19
2017-07-15
- Can now generate Eq instances for #rec-style recursive types.
Eduardo Julian
1
-1
/
+1
[next]