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
/
src
/
tomo.c
Age
Commit message (
Collapse
)
Author
2025-03-28
Conditional flags for running tomo with clang vs gcc
Bruce Hill
2025-03-28
Conditional flags for linux/openbsd
Bruce Hill
2025-03-28
Include /usr/local/{include,lib}
Bruce Hill
2025-03-28
Fix for missing .tm.o files
Bruce Hill
2025-03-28
CC -> cc
Bruce Hill
2025-03-28
Add platform check for /proc/self/exe
Bruce Hill
2025-03-28
Add compiler guards for GCC directives
Bruce Hill
2025-03-28
Use getcwd() instead of get_current_dir_name()
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
uses _Generic() to generically convert any value to a string or print as a string.
2025-03-25
Compiler errors should use USE_COLOR
Bruce Hill
2025-03-24
Possible fix for making .build/ directory
Bruce Hill
2025-03-24
Tweak .build/ dir settings
Bruce Hill
2025-03-22
Put exe build file in .build instead of a temp file
Bruce Hill
2025-03-21
remove -L.
Bruce Hill
2025-03-21
Support installing in ~/.local
Bruce Hill
2025-03-21
Fix for getting age of compiler
Bruce Hill
2025-03-21
Move files into src/ and build into build/
Bruce Hill
[prev]