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
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
2017-07-02
- Lux no longer has a Char primitive data-type.
Eduardo Julian
1
-7
/
+3
2017-06-19
- In lux/test, renamed "test:" to "context:", and "assert" to "test".
Eduardo Julian
1
-16
/
+16
2017-06-19
- JSON polytypic generator checks for (Dict Text ?) instead of (List [Text ?]).
Eduardo Julian
1
-26
/
+29
2017-05-17
- Renamed "Error" to "Result".
Eduardo Julian
1
-1
/
+1
2017-05-07
- Renamed "AST" to "Code".
Eduardo Julian
1
-1
/
+1
2017-04-11
- Fused the lux/compiler and lux/macro modules.
Eduardo Julian
1
-2
/
+1
2017-04-10
- Renamed "lambda" to "function".
Eduardo Julian
1
-2
/
+2
2017-04-05
- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...
Eduardo Julian
1
-2
/
+2
2017-03-24
- Moved lux/random to lux/math/random.
Eduardo Julian
1
-1
/
+1
2017-01-26
- Changed the license from MPL 2.0 to MIT.
Eduardo Julian
1
-5
/
+0
2017-01-25
- Moved the lux/data/struct/* modules to lux/data/coll/*.
Eduardo Julian
1
-4
/
+4
2017-01-06
- Renamed lux/math/random to lux/random.
Eduardo Julian
1
-1
/
+1
2016-12-12
- Small fixes, refactorings and expansions.
Eduardo Julian
1
-21
/
+36
2016-12-12
- Added tests for lux/math/ratio and lux/math/simple.
Eduardo Julian
1
-1
/
+1
2016-12-02
- Changed the names of math op functions to make them more consistent and sim...
Eduardo Julian
1
-6
/
+6
2016-12-01
- Bug fixes, refactorings and minor expansions.
Eduardo Julian
1
-295
/
+107
2016-12-01
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
1
-0
/
+314
[prev]