aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjusted the analysis to the changes in the interop layer.Eduardo Julian2019-05-121-7/+6
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-192-5/+7
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-191-2/+2
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-191-3/+3
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-064-6/+8
* Re-named "do-template" to "template".Eduardo Julian2019-03-303-8/+8
* Yet more fixes.Eduardo Julian2019-03-301-5/+7
* Fixed some more tests.Eduardo Julian2019-03-301-2/+10
* Fixed some tests.Eduardo Julian2019-03-281-12/+11
* Ported tests for math-related modules.Eduardo Julian2019-03-241-3/+3
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-154-28/+28
* Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian2019-02-131-3/+3
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-114-15/+15
* Changed the naming style for structures.Eduardo Julian2019-02-044-39/+43
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-151-7/+7
* Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35Eduardo Julian2018-12-031-21/+0
* No more escaping of new-line.Eduardo Julian2018-08-231-6/+4
* No more multi-line text.Eduardo Julian2018-08-222-8/+6
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-111-2/+1
* Moved "Array" type back into "lux/data/collection/array".Eduardo Julian2018-08-031-1/+1
* Replace the error-prone "n/range" calls with "indices".Eduardo Julian2018-08-021-1/+1
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-0/+89
* Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian2018-07-301-12/+13
* Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian2018-07-301-3/+8
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-17/+17
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-5/+5
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-17/+17
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-212-5/+5
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-203-5/+5
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-203-27/+30
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-142-33/+33
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-132-8/+8
* - Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian2018-07-131-13/+13
* - Re-named "type-of" to ":of".Eduardo Julian2018-07-111-1/+1
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-114-44/+54
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-113-7/+7
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-103-20/+20
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-102-13/+10
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-102-3/+3
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-101-4/+4
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-102-4/+4
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-043-48/+48
* - Can now refine random generators.Eduardo Julian2018-07-031-0/+13
* - Re-named "sequence" to "row".Eduardo Julian2018-07-031-10/+10
* - Removed "lux/math/constructive".Eduardo Julian2018-07-031-199/+0
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian2018-07-032-16/+16
* - Re-named ":!!" to ":assume".Eduardo Julian2018-07-031-1/+1
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-202-6/+6
* - Added dedicated unicode support for text.Eduardo Julian2018-05-131-87/+22
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-50/+52