aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/unit.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-4/+4
2019-04-17Simplified the "Order" signature.Eduardo Julian1-15/+9
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+3
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-3/+3
2019-03-23Ported tests for time-related modules.Eduardo Julian1-1/+3
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian1-6/+6
2019-03-06Removed the "translation/common" hierarchy.Eduardo Julian1-2/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-7/+7
2019-01-02Some minor refactoring.Eduardo Julian1-0/+1
2018-12-15No longer relying on "signature:"'s and "structure:"'s internal macro-expansi...Eduardo Julian1-11/+11
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-8/+8
2018-07-21Re-named "name-for" to "name-of".Eduardo Julian1-1/+1
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-7/+7
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-1/+1
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-15/+22
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-5/+5
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-4/+4
2018-07-10- Re-named "sig:" to "signature:".Eduardo Julian1-1/+1
2018-07-09- Fixes: Part 2.Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-3/+3
2018-07-03- Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian1-2/+2
2018-07-03- Re-named ":!!" to ":assume".Eduardo Julian1-1/+1
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-9/+9
2018-05-02- Changed the syntax for the parameters of "syntax:".Eduardo Julian1-7/+9
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-2/+2
2017-12-10- Some minor refactoring.Eduardo Julian1-2/+2
2017-12-04- Implemented unit types on top of abstract types.Eduardo Julian1-34/+27
2017-12-01- Changed some of the syntax for macro templating.Eduardo Julian1-4/+4
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-38/+38
2017-11-27- Changed the syntax involved in JVM host-interop.Eduardo Julian1-2/+2
2017-11-27- Got rid of even more dots.Eduardo Julian1-8/+8
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-22/+22
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-6/+6
2017-11-15- Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian1-0/+0
2017-10-20- Re-named "Host" to "Primitive".Eduardo Julian1-2/+2
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-6/+6
2017-08-22- Improved naming convention for quotient types.Eduardo Julian1-4/+4
2017-07-29- Added Eq, Order and Enum structures for unit types.Eduardo Julian1-1/+25
2017-07-29- Added annotation support to units and models.Eduardo Julian1-2/+6
2017-07-25- Improved re-scaling logic and added some SI units.Eduardo Julian1-14/+26
2017-07-25- Added units of measurement as a feature to decorate Int values for safer ca...Eduardo Julian1-0/+143