aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-14Fix REPLBruce Hill
2024-05-14Better error messagesBruce Hill
2024-05-14Better error messagesBruce Hill
2024-05-14Support corecursive structsBruce Hill
2024-05-14Bugfix for Num.near()Bruce Hill
2024-05-14Add nested indentation for doctests that recursively invoke otherBruce Hill
2024-05-13Check function return type when promotingBruce Hill
2024-05-12Deprecate interfaces (RIP)Bruce Hill
2024-05-12Revert "Deprecate stack macro"Bruce Hill
2024-05-12Deprecate stack macroBruce Hill
2024-05-12BugfixesBruce Hill
2024-05-12Fix up some promotion logic for closuresBruce Hill
2024-05-12Add TODO messageBruce Hill
2024-05-12Typecheck method promotion for interfacesBruce Hill
2024-05-12Simplify interfaces by requiring all functions are pointer methodsBruce Hill
2024-05-12Guard against calling interfaces with valuesBruce Hill
2024-05-12Add interface fieldsBruce Hill
2024-05-12Tweak interface color formattingBruce Hill
2024-05-12WIP, but functional interfacesBruce Hill
2024-05-02Support space indentsBruce Hill
2024-05-02Ignore compiled test binariesBruce Hill
2024-05-01Clean up 'when' syntaxBruce Hill
2024-05-01Fix up some path issues during compilation/running/installationBruce Hill
2024-04-30Improved syntax for optionalsBruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-25Don't import "main"Bruce Hill
2024-04-24Support naked 'use' statementsBruce Hill
2024-04-23Make autogenerated equality method more compactBruce Hill
2024-04-23Add constructor/casting for ints and numsBruce Hill
2024-04-23Prevent shadowing variablesBruce Hill
2024-04-23Catch namespace clobbering of typesBruce Hill
2024-04-23Bugfix for doctest assignments that promoteBruce Hill
2024-04-23Support struct literals as constantsBruce Hill
2024-04-23Prevent doubling up file prefixBruce Hill
2024-04-22Remove _mix_ keywordBruce Hill
2024-04-22Add Num.mix()Bruce Hill
2024-04-21Fix namespace varsBruce Hill
2024-04-21Better imports for typesBruce Hill
2024-04-21Support loading imports as top-level statementsBruce Hill
2024-04-21BugfixBruce Hill
2024-04-20Bugfix for enum num typesBruce Hill
2024-04-20Update docsBruce Hill
2024-04-20Fix no-argument main funcsBruce Hill
2024-04-20Fix USE_COLORBruce Hill
2024-04-20Move arg parsing to inline logic in main() functionBruce Hill
2024-04-20Inline color fileBruce Hill
2024-04-19More heap code cleanupBruce Hill
2024-04-19Add licenseBruce Hill
2024-04-19Heap cleanupBruce Hill
2024-04-19Clean up heap codeBruce Hill