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-08-17
Switch from using dollar signs as namespace delimiters to using 々, ヽ, and
unicode-identifiers
Bruce Hill
2025-08-17
Bugfix: added support for Tomo identifiers that are C keywords
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-08-10
Bugfixes for installation of libraries (incorrect handling of `use` for
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-07-30
Print full git tag with `tomo --verbose --version`
Bruce Hill
2025-07-12
Use `#embed` to embed the changelog in the binary and give access via
Bruce Hill
2025-06-25
Clean up #include parsing so it works correctly with comments
Bruce Hill
2025-06-25
Add fix for `.include` or `#included` files in assembly failing to trigger
Bruce Hill
2025-06-25
Trigger recompilation when downstream #includes for C files are updated.
Bruce Hill
2025-06-24
Correctly detect changes to `use`d C/header files and trigger
Bruce Hill
2025-05-25
Force recompilation when modules.ini changes
Bruce Hill
2025-05-20
Add more advanced configuration options to modules.ini and support
Bruce Hill
2025-05-19
Add --prefix flag
Bruce Hill
2025-05-17
Add --version flag for executables and more documentation.
Bruce Hill
2025-05-17
Add `modules.ini` file for import aliases, as well as default aliases
Bruce Hill
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
[next]