aboutsummaryrefslogtreecommitdiff
path: root/builtins
AgeCommit message (Expand)Author
2024-05-14Bugfix for Num.near()Bruce Hill
2024-05-14Add nested indentation for doctests that recursively invoke otherBruce Hill
2024-05-12Revert "Deprecate stack macro"Bruce Hill
2024-05-12Deprecate stack macroBruce Hill
2024-05-12WIP, but functional interfacesBruce Hill
2024-05-02Support space indentsBruce Hill
2024-04-30Improved syntax for optionalsBruce Hill
2024-04-22Add Num.mix()Bruce 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-19Heap cleanupBruce Hill
2024-04-19Clean up heap codeBruce Hill
2024-04-19Add heapify(), heap_push(), and heap_pop()Bruce Hill
2024-04-16Invert escaping so user symbols get prepended with "$" and builtinBruce Hill
2024-04-14Rename SSS_HASH_VECTOR -> TOMOBruce Hill
2024-04-13Rudimentary stack tracesBruce Hill
2024-04-13Change table syntax to {key:value} instead of {key=>value}Bruce Hill
2024-04-12Support Text arrays as main function argumentsBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-04-10Add Bool.from_text()Bruce Hill
2024-04-10Add from_text() method for ints/numsBruce Hill
2024-04-03Publicly export CORD_asprintf symbol for libfileBruce Hill
2024-04-02Bugfixes for long strings in docstring testsBruce Hill
2024-04-02Add array:sample()Bruce Hill
2024-04-02Add array:sorted()Bruce Hill
2024-04-02Add comparison operator <> and array method to sort by a customBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-26Add array:reversed()Bruce Hill
2024-03-26Improve codegen for table/array iteration by inlining the iterationBruce Hill
2024-03-24Bugfix for text replacementBruce Hill
2024-03-24Improve COW/etc handling for update assignmentsBruce Hill
2024-03-22Fix/improve assignment to arrays and tablesBruce Hill
2024-03-19Module importsBruce Hill
2024-03-18Improve codegen for enums by eliminating unnecessary methodsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-17Improve comprehensions for both arrays and tablesBruce Hill
2024-03-14Clean up codegen to not use macrosBruce Hill
2024-03-14Better codegen for negationBruce Hill
2024-03-14Remove some shadowed variablesBruce Hill
2024-03-14Array comprehensionsBruce Hill
2024-03-10Clean up doctesting for assignmentsBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Removing some dead codeBruce Hill
2024-03-09Minor cleanups to get compilation working on clangBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Improve handling of secret textBruce Hill
2024-03-09Change lang stringification to include type nameBruce Hill
2024-03-09Add langs to the languageBruce Hill