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 (
Expand
)
Author
2025-04-16
Bugfix for top-level variables in libraries
Bruce Hill
2025-04-15
Deprecate `auto`
Bruce Hill
2025-04-15
Fix some .so hardcoding
Bruce Hill
2025-04-15
Change compilation configuration so Tomo is fully capable of running
Bruce Hill
2025-04-15
Remove rpath=$ORIGIN
Bruce Hill
2025-04-15
rpath fix
Bruce Hill
2025-04-15
Add configuration script to choose install paths and default C compiler
Bruce Hill
2025-04-15
Remove -lbacktrace
Bruce Hill
2025-04-15
Add --no-source-mapping flag
Bruce Hill
2025-04-14
Remap source information in debugging info
Bruce Hill
2025-04-14
Add compiler flag for -D_BSD_SOURCE
Bruce Hill
2025-04-14
Ignore `if ((a == b))` warnings
Bruce Hill
2025-04-14
More flexible symbol renaming that doesn't rely on advanced flags from
Bruce Hill
2025-04-14
Reworking of stack traces (back to using addr2line) for compatibility
Bruce Hill
2025-04-12
Replace addr2line with libbacktrace to get improved stack traces
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Remove dead code for handling Declare statments with Use inside
Bruce Hill
2025-04-06
Fix default `pretty` visualization of codegen
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-01
Fork the process when compiling libraries to avoid cross-contamination
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
2025-03-30
Further support for .dylib files on mac by changing syntax for library
Bruce Hill
2025-03-30
Fix more dylib issues
Bruce Hill
2025-03-30
Speculative fix for installing libraries on mac
Bruce Hill
2025-03-30
Fix some relative path stuff
Bruce Hill
2025-03-30
Fix some relative import issues with compiled modules
Bruce Hill
2025-03-30
Bugfix for `use`ing ASM files and also for retranspiling headers
Bruce Hill
2025-03-28
Fix ldflags
Bruce Hill
2025-03-28
Fix conditional flags
Bruce Hill
2025-03-28
More flags for just mac
Bruce Hill
2025-03-28
Fix ld flags to use commas instead of =
Bruce Hill
2025-03-28
Remove duplicate lib
Bruce Hill
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
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