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
/
lux
/
math
/
logic
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2
-170
/
+0
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2
-2
/
+2
2021-02-15
Almost done with Lua.
Eduardo Julian
1
-2
/
+3
2020-12-29
Unified repository abstraction for Aedifex.
Eduardo Julian
1
-80
/
+79
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2
-19
/
+18
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-15
/
+15
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-3
/
+3
2020-11-07
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
1
-3
/
+3
2019-07-24
No more "r/"-prefixed functions.
Eduardo Julian
2
-24
/
+26
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+1
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-1
/
+1
2019-03-24
Ported tests for math-related modules.
Eduardo Julian
1
-3
/
+3
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-3
/
+3
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-1
/
+1
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-1
/
+3
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-1
/
+1
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-3
/
+4
2018-07-14
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
2
-33
/
+33
2018-07-11
- Re-named "type-of" to ":of".
Eduardo Julian
1
-1
/
+1
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
2
-8
/
+12
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-3
/
+3
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-5
/
+2
2018-07-10
- Re-organized dictionary & set modules a bit.
Eduardo Julian
1
-1
/
+1
2018-07-04
- Re-named "degree" to "revolution".
Eduardo Julian
2
-44
/
+44
2018-05-07
- Implemented Deg functionality in pure Lux.
Eduardo Julian
1
-74
/
+50
2018-05-01
- Re-organized set modules.
Eduardo Julian
1
-2
/
+2
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-11
/
+11
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
2
-23
/
+23
2017-11-27
- Changed the prefixes of numeric functions.
Eduardo Julian
2
-19
/
+19
2017-11-26
- Changed to the new relative imports syntax.
Eduardo Julian
1
-1
/
+1
2017-09-04
- Re-named "real" numbers to "frac"(tions).
Eduardo Julian
1
-9
/
+9
2017-04-10
- Renamed "lambda" to "function".
Eduardo Julian
1
-11
/
+11
2017-01-29
- Some refactorings and small expansions to lux/math.
Eduardo Julian
1
-2
/
+2
2017-01-28
- Added support for fuzzy logic.
Eduardo Julian
1
-0
/
+150
2017-01-28
- Some refactorings.
Eduardo Julian
1
-13
/
+13
2017-01-26
- Changed the license from MPL 2.0 to MIT.
Eduardo Julian
1
-5
/
+0
2017-01-26
- Renamed Bounded to Interval.
Eduardo Julian
1
-3
/
+3
2017-01-25
- Added a module for continuous logic.
Eduardo Julian
1
-0
/
+44