aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/text/format.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian1-1/+2
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-7/+7
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-4/+4
2020-12-23Refactored "export" common syntax.Eduardo Julian1-2/+3
2020-12-12Removed several unnecessary imports.Eduardo Julian1-0/+163
2019-03-22Ported tests for text-related modules.Eduardo Julian1-21/+0
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-8/+8
2019-02-05Integrated tests into normal source code.Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-2/+2
2018-08-23No more escaping of double-quotes.Eduardo Julian1-1/+1
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-1/+1
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-3/+3
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-1/+1
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-3/+1
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-2/+2
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-6/+8
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-1/+1
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-1/+1
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-2/+2
2017-10-12- Renamed "%r" to "%f".Eduardo Julian1-1/+3
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-1/+0
2017-06-19- In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian1-8/+8
2017-04-03- Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian1-2/+1
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-1/+1
2016-12-01- Simplified the Test type.Eduardo Julian1-7/+11
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+22