aboutsummaryrefslogtreecommitdiff
path: root/builtins/functions.h
AgeCommit message (Collapse)Author
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
and making assignments use (x = 4, &x) syntax instead of ({ x = 4; &x })
2024-09-02Initial WIP first pastBruce Hill
2024-08-23Bugfix for say() when length is >512, and added back the `newline`Bruce Hill
optional parameter (default=yes)
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
doctests while evaluating
2024-04-16Invert escaping so user symbols get prepended with "$" and builtinBruce Hill
symbols don't
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