index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtins
/
functions.c
Age
Commit message (
Expand
)
Author
2024-09-04
Document ask()
Bruce Hill
2024-09-04
Add ask() as a way to get user input
Bruce Hill
2024-09-04
Fix const correctness
Bruce Hill
2024-09-04
Improve codegen by making test() even more concise
Bruce Hill
2024-09-03
Use Text("...") literal constructor instead of Text$from_str("...")
Bruce Hill
2024-09-02
Fix some stuff around Text:find() and text indexing
Bruce Hill
2024-09-02
Text fixes
Bruce Hill
2024-09-02
Fix some stuff
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-23
Bugfix for say() when length is >512, and added back the `newline`
Bruce Hill
2024-08-13
More fixes
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-04
Bugfix for tests
Bruce Hill
2024-07-05
Make file paths in stack traces relative
Bruce Hill
2024-07-05
Improvements to error message printouts
Bruce Hill
2024-07-04
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Bruce Hill
2024-05-25
Move standard initialization code into tomo_init() function
Bruce Hill
2024-05-21
Reduce codegen output for enums without data attached to any tags
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
Bruce Hill
2024-05-18
Add C string type
Bruce Hill
2024-05-14
Add nested indentation for doctests that recursively invoke other
Bruce Hill
2024-04-20
Fix USE_COLOR
Bruce Hill
2024-04-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
2024-04-14
Rename SSS_HASH_VECTOR -> TOMO
Bruce Hill
2024-04-13
Rudimentary stack traces
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-04-02
Bugfixes for long strings in docstring tests
Bruce Hill
2024-04-02
Add comparison operator <> and array method to sort by a custom
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-10
Clean up doctesting for assignments
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Minor cleanups to get compilation working on clang
Bruce Hill
2024-03-09
Change lang stringification to include type name
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-09
Print source code
Bruce Hill
2024-03-05
Fix up some min/max stuff
Bruce Hill
2024-03-05
Fix cyclic structs/enums
Bruce Hill
2024-03-03
Unicode normalization for equality, hashing, tests, and printing
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-02-29
Fix const issue
Bruce Hill
2024-02-25
Implement reductions
Bruce Hill
2024-02-24
Tweak cord highlighting
Bruce Hill
2024-02-24
Fix cording
Bruce Hill
2024-02-18
Add blank line between err and src
Bruce Hill
2024-02-18
Add source information to runtime errors
Bruce Hill
2024-02-18
Improved error messages
Bruce Hill
2024-02-18
Doctest with two '>>'
Bruce Hill
2024-02-17
Fix issue with doctesting typestrings
Bruce Hill
[next]