aboutsummaryrefslogtreecommitdiff
path: root/builtins/functions.h
AgeCommit message (Expand)Author
2024-09-13Code cleanupBruce Hill
2024-09-13Add missing importBruce Hill
2024-09-13Move cord helper functions into their own fileBruce Hill
2024-09-12Make functions print with `func name(...)->... [file:line]` infoBruce Hill
2024-09-12Add sleep()Bruce Hill
2024-09-11Rename closure_t -> Closure_t for consistencyBruce Hill
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
2024-09-07Add exit() functionBruce Hill
2024-09-06Print stack trace if $TOMO_STACKTRACE is setBruce Hill
2024-09-06Add convenience function for debug printingBruce Hill
2024-09-05Fully clean up siphash code and fix some issuesBruce Hill
2024-09-04Add ask() as a way to get user inputBruce Hill
2024-09-04Fix const correctnessBruce Hill
2024-09-04Improve codegen by making test() even more conciseBruce Hill
2024-09-03Improve codegen for doctests a little bit by using __SOURCE_FILE__ macroBruce Hill
2024-09-02Initial WIP first pastBruce Hill
2024-08-23Bugfix for say() when length is >512, and added back the `newline`Bruce Hill
2024-08-11Add channels and threadsBruce Hill
2024-07-04Randomize hash key on startup and rename to TOMO_HASH_KEY.Bruce Hill
2024-05-25Move standard initialization code into tomo_init() functionBruce Hill
2024-05-18Add syntax for "inline C(...)"Bruce Hill
2024-05-18Add C string typeBruce Hill
2024-05-14Add nested indentation for doctests that recursively invoke otherBruce Hill
2024-04-16Invert escaping so user symbols get prepended with "$" and builtinBruce Hill
2024-04-14Rename SSS_HASH_VECTOR -> TOMOBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-10Clean up doctesting for assignmentsBruce Hill
2024-03-03Unicode normalization for equality, hashing, tests, and printingBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-02-29Fix const issueBruce Hill
2024-02-18Add source information to runtime errorsBruce Hill
2024-02-17Fix up doctestsBruce Hill
2024-02-17Fix up USE_COLORBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-17Rename 'cord' to 'as_str'Bruce Hill
2024-02-16Moving builtin strings over to cordsBruce Hill
2024-02-04BuiltinsBruce Hill