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
/
tomo.c
Age
Commit message (
Expand
)
Author
2024-04-12
Introducing the main() function
Bruce Hill
2024-04-03
Hook things up so the compiler can run better without installing
Bruce Hill
2024-04-02
Seed RNG on each run
Bruce Hill
2024-03-30
Adding a REPL
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-26
Restructure things so autoformat isn't make-or-break
Bruce Hill
2024-03-24
Print ASTs as XML instead of janky custom syntax
Bruce Hill
2024-03-24
Check .c and .h file for staleness
Bruce Hill
2024-03-24
Use $CC properly for running
Bruce Hill
2024-03-24
More flexible handling of command line arguments/environment variables
Bruce Hill
2024-03-24
Add optimization flag
Bruce Hill
2024-03-24
Tweak compilation behavior
Bruce Hill
2024-03-22
Stop if compilation error occurs
Bruce Hill
2024-03-21
Fix relative import of own header file
Bruce Hill
2024-03-21
Force retranspile target file
Bruce Hill
2024-03-21
Fix file mtime checks
Bruce Hill
2024-03-21
Change what prints when
Bruce Hill
2024-03-21
Lazy compilation
Bruce Hill
2024-03-21
Break compilation phases into functions
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
Add some better file comments
Bruce Hill
2024-03-17
Run with 'use' prefixed
Bruce Hill
2024-03-17
When compiling .o files, put the .c and .h files on disk
Bruce Hill
2024-03-10
Tweak autofmt behavior
Bruce Hill
2024-03-10
Add ld flag to find library
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-07
Just use mathlib symbols, don't redefine them
Bruce Hill
2024-03-07
Add '-c' compiler flag
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Fix table literals
Bruce Hill
2024-03-03
Only put 'pragma once' in compiled header file
Bruce Hill
2024-03-03
Remove dup output
Bruce Hill
2024-03-03
Make load method be "use$name"
Bruce Hill
2024-03-03
Clean up transpiling into separate .c/.h files
Bruce Hill
2024-03-03
Add different compilation modes
Bruce Hill
2024-03-03
Return correct exit status
Bruce Hill
2024-02-29
Fix up some import issues and improve arrays to use saturating refcounts
Bruce Hill
2024-02-24
Rename 'nextlang'->'tomo'
Bruce Hill