aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-132-2/+2
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-4/+4
* - Changed the syntax for the parameters of "syntax:".Eduardo Julian2018-05-022-2/+2
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-1/+1
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-241-3/+3
* - Fixed tests in stdlib.Eduardo Julian2018-02-071-4/+2
* - Minor refactorings and bug fixes.Eduardo Julian2017-12-241-7/+7
* - Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian2017-12-021-4/+4
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-292-59/+59
* - Got rid of even more dots.Eduardo Julian2017-11-272-60/+60
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-272-114/+114
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-152-6/+6
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-19/+0
* - Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian2017-10-201-3/+0
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-162-8/+8
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-162-5/+5
* - Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian2017-10-162-2/+2
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-192-4/+4
* - Some refactoring.Eduardo Julian2017-09-192-4/+5
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-100/+100
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-17/+17
* - Can now generate Eq instances for #rec-style recursive types.Eduardo Julian2017-07-152-2/+2
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-212-4/+6
* - Renamed "Error" to "Result".Eduardo Julian2017-05-172-5/+5
* - Renamed "AST" to "Code".Eduardo Julian2017-05-072-2/+2
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-112-2/+2
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-1/+1
* - Implemented Int encoding/decoding in the standard library.Eduardo Julian2017-04-032-3/+2
* - Moved lux/random to lux/math/random.Eduardo Julian2017-03-242-0/+489