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-05-11
Add new system for tracking versions.
Bruce Hill
2025-05-09
Bugfix for installing libraries through `.` or `..`
Bruce Hill
2025-05-06
Discard result
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-06
Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules.
Bruce Hill
2025-05-05
Get rid of single-file headers for libraries and just include each .tm
Bruce Hill
2025-05-05
Show codegen even if it wasn't regenerated
Bruce Hill
2025-05-05
Fix some permission stuff to make it more seamless to install to
Bruce Hill
2025-05-02
Rename parse_and_run function
Bruce Hill
2025-05-02
Deprecate --c-compiler flag, since builds compiled with different
Bruce Hill
2025-05-02
Initialize random seed for tomo compiler itself
Bruce Hill
2025-05-01
Remove POSIX_C_SOURCE flag
Bruce Hill
2025-05-01
Fix compiler flag
Bruce Hill
2025-05-01
Bugfix
Bruce Hill
2025-05-01
Don't check result of debugedit command
Bruce Hill
2025-05-01
Show failed command
Bruce Hill
2025-05-01
Move imports
Bruce Hill
2025-04-30
Update compiler to use randomly generated unique-per-file symbol
Bruce Hill
2025-04-30
Use namespace prefix function when appropriate
Bruce Hill
2025-04-29
Check return values for system calls
Bruce Hill
2025-04-28
Bugfix for compilation logic using sets
Bruce Hill
2025-04-28
Remove remaining printf references
Bruce Hill
2025-04-28
Fix potential issue causing install to fail
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-26
Minor tweaks
Bruce Hill
2025-04-26
Install libs as-you-go instead of after all of them are built (in case
Bruce Hill
2025-04-26
Improve library compilation and installation to be more lazy and more
Bruce Hill
2025-04-26
Be even more aggressive about lazy compilation. No need to recompile the
Bruce Hill
2025-04-26
Rebuild files when build configuration (e.g. optimization level or C
Bruce Hill
2025-04-26
Check that import is a valid file
Bruce Hill
2025-04-26
Add `--version` flag to show current compiler version's git commit date
Bruce Hill
2025-04-25
Speculative fix for Mac: use llvm-objcopy instead of patchelf for Mach-O
Bruce Hill
2025-04-21
Switch from XML to s-expressions and add --parse flag for printing them
Bruce Hill
2025-04-21
Fix for libraries
Bruce Hill
2025-04-21
Deprecate REPL
Bruce Hill
2025-04-21
Library renaming should be slightly more general
Bruce Hill
2025-04-21
Bugfix issue with renaming symbols for libraries
Bruce Hill
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
[prev]
[next]