aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-23Fix some GCC-specific logic that works differently on mac/clangBruce Hill
2025-12-23Fix for openbsd ifdefBruce Hill
2025-12-23Add support for convert_to_text(Int_t)Bruce Hill
2025-12-23Remove dead-ish code for debugging tablesBruce Hill
2025-12-23Big speedup my trimming down MAP_LIST macro and inlining someBruce Hill
2025-12-22Allow writes without reads to global varsv2025-12-22Bruce Hill
2025-12-22Fix for CLI usage showing flag type instead of flag name for positionalBruce Hill
2025-12-22Bugfix for `Success || Void` typecheckingBruce Hill
2025-12-22Clean up .git/ when installing librariesBruce Hill
2025-12-22Rip out shared library codeBruce Hill
2025-12-22Use static linking to produce executables.Bruce Hill
2025-12-22Add Path.writer() and Path.byte_writer()Bruce Hill
2025-12-21More sensible REPL-like behavior if run without any argsBruce Hill
2025-12-21Fixes for builds and accessing version and install scriptv2025-12-21.5Bruce Hill
2025-12-21Remove xxd dependency (no more building with changelog)Bruce Hill
2025-12-21Merge branch 'dev'Bruce Hill
2025-12-21Don't embed tomo version/path information at compile time, instead inferBruce Hill
2025-12-21Fix empty allocationBruce Hill
2025-12-21Minor fix for checking return valuesBruce Hill
2025-12-21Divide by zero checksBruce Hill
2025-12-16Fix parens parsing and hook up sqrtBruce Hill