aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-17Simplifying rules for exp/logconstructive-realsBruce Hill
2026-01-17Add some simplification rulesBruce Hill
2026-01-17Simplify equality checks for common cases.Bruce Hill
2026-01-17Real -> Float64 constructorBruce Hill
2026-01-16Remove constructivesBruce Hill
2026-01-16Fix everything up real goodBruce Hill
2026-01-12Simplify Real$from_float64 -> RBruce Hill
2026-01-12Overhaul of how parsing and compiling works for reals.Bruce Hill
2026-01-11Bugfix for negative numbers like -2.3Bruce Hill
2026-01-11Improve correctness of Reals parsing for scientific notation and improve spee...Bruce Hill
2026-01-11Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" ASTBruce Hill
2026-01-11Rename AST nodes: Int -> Integer, Num -> NumberBruce Hill
2026-01-11Fix default arg typesBruce Hill
2026-01-11Fix testsBruce Hill
2026-01-11Bugfixes for promoting doubles to rationalBruce Hill
2026-01-11Fix some volatility issuesBruce Hill
2026-01-11Implement some missing logic for realsBruce Hill
2026-01-11Optimize initialization logic for Reals so they avoid parsing at runtimeBruce Hill
2026-01-11More cleanups and fixesBruce Hill
2026-01-11Add in floats testsBruce Hill
2026-01-11Fix for optional checkBruce Hill
2026-01-11Code cleanupBruce Hill
2026-01-11Misc fixesBruce Hill
2026-01-11Added/updated reals testBruce Hill
2026-01-11BugfixBruce Hill
2026-01-11Add missing functionality.Bruce Hill
2026-01-11Hook up Real.rounded_to()Bruce Hill
2026-01-11Fixes for sqrt()*sqrt()Bruce Hill
2026-01-11Rework realsBruce Hill
2026-01-10FormatBruce Hill
2026-01-10Merge branch 'dev' into constructive-realsBruce Hill
2026-01-10Add pandoc filterBruce Hill
2026-01-02Merge branch 'dev' into constructive-realsBruce Hill
2026-01-01Bugfix for integer comparisonBruce Hill
2025-12-31Changed is_between() to be bidirectionalBruce Hill
2025-12-29Fix for file descriptors being reopened unintentionallyBruce Hill
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-12-28Bugfix for Table.clear()Bruce Hill
2025-12-24Remove unused scriptBruce Hill
2025-12-23Update changelogBruce Hill
2025-12-23Fix some GCC-specific logic that works differently on mac/clangBruce Hill
2025-12-23Fix `cp` behavior for copying symlinksBruce Hill
2025-12-23Fix for openbsd ifdefBruce Hill
2025-12-23Add badgeBruce Hill
2025-12-23Support expanding CFLAGSBruce Hill
2025-12-23Add support for convert_to_text(Int_t)Bruce Hill
2025-12-23Fix makefile after mergeBruce Hill
2025-12-23Merge branch 'dev'Bruce Hill
2025-12-23Overhaul workflow to add automatic pushing to AUR and fix up mac buildsBruce Hill
2025-12-23Remove dead-ish code for debugging tablesBruce Hill