aboutsummaryrefslogtreecommitdiff
path: root/builtins/nums.c
AgeCommit message (Expand)Author
2024-09-11Change *:from_text() methods to return optional values and set up CLIBruce Hill
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-09-04Unify parsing code to correctly handle parsing integers and numbers withBruce Hill
2024-09-03Use Text("...") literal constructor instead of Text$from_str("...")Bruce Hill
2024-09-02Initial WIP first pastBruce Hill
2024-08-19Fix some numeric precision issues with how nums are printedBruce Hill
2024-08-14Fix up type conversions with ints and numsBruce Hill
2024-08-13FixesBruce Hill
2024-05-14Bugfix for Num.near()Bruce Hill
2024-04-22Add Num.mix()Bruce Hill
2024-04-10Add from_text() method for ints/numsBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18Improve codegen for enums by eliminating unnecessary methodsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Add Num.near() functionBruce Hill
2024-03-03Num methodsBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
2024-02-27Const typeinfosBruce Hill
2024-02-27Stop using namespace typesBruce Hill
2024-02-17Overload type names with constructor and namespace structBruce Hill
2024-02-17Fix up align issuesBruce Hill
2024-02-17Use aliasing for Num -> Num64Bruce Hill
2024-02-17Clean up builtinsBruce Hill