aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec/lux/abstract (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian13-521/+0
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian13-116/+129
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian13-25/+26
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2-6/+6
2021-01-05Added lexically-scoped templates.Eduardo Julian1-9/+9
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian7-47/+41
2020-12-26Some renamings.Eduardo Julian1-7/+7
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian1-0/+22
2020-12-10Re-named "with-cover" to "for".Eduardo Julian11-24/+24
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian4-28/+28
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian12-92/+92
2020-10-31Easy to use Rev constants.Eduardo Julian4-27/+27
2020-10-25Some small refactoring.Eduardo Julian1-4/+4
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian1-11/+41
2020-10-07Test imports for circular dependencies.Eduardo Julian1-0/+61
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian10-0/+369
2020-05-28Can now parse TAR files.Eduardo Julian1-0/+31