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
/
util.h
Age
Commit message (
Collapse
)
Author
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
appropriate
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
./foo.tm`, `use <foo.h>`, `use libfoo.so`
2024-08-17
Allow for top-level or namespace-level variables that are initialized
Bruce Hill
with non-constant values by the use of an initializer function and runtime checks for whether the variable is initialized.
2024-07-26
Replace heap_str with GC_strdup
Bruce Hill
2024-07-26
Replace heap_strn() with GC_strndup()
Bruce Hill
2024-06-01
Change how floats are serialized
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
Bruce Hill
2024-05-12
WIP, but functional interfaces
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
symbols don't
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill