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-07-26
Replace heap_str with GC_strdup
Bruce Hill
2024-07-26
Replace heap_strn() with GC_strndup()
Bruce Hill
2024-07-23
Fix for order of operations issues with enum and function typedef code
Bruce Hill
2024-07-06
Switch to parallel compilation
Bruce Hill
2024-07-05
Cache AST parsings so we don't have to re-parse files
Bruce Hill
2024-06-16
Clean up symbol_renames.txt
Bruce Hill
2024-06-16
Deprecate '-l' as a command line flag but instead support 'use -lblah'
Bruce Hill
2024-06-16
Support running with `tomo -lfoo file.tm`
Bruce Hill
2024-06-16
Remove some dead code and support -l as a tomo flag
Bruce Hill
2024-06-16
Support library name as a separate environment field from namespace
Bruce Hill
2024-06-16
Fix issue with type namespaces not getting properly prefixed by library
Bruce Hill
2024-06-13
Replace non-identifier characters with '_' when generating prefixes
Bruce Hill
2024-06-13
Add `tomo -u foo` to uninstall foo
Bruce Hill
2024-06-13
Do dynamic library symbol prefixing using 'patchelf'
Bruce Hill
2024-06-13
Split import/use into separate concepts
Bruce Hill
2024-06-13
Support loading shared libraries
Bruce Hill
2024-06-11
Change default optimization level to whatever the C compiler's default
Bruce Hill
2024-06-10
Make library name specifiable by a command line arg
Bruce Hill
2024-06-09
Change how tomo command line behavior works and how shared libraries are
Bruce Hill
2024-06-08
Change c/header transpilation order and fix some issues
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-05-31
Change how behavior is handled for running files with no main() func
Bruce Hill
2024-05-28
Add -C cleanup flag and tweak where .so files get installed
Bruce Hill
2024-05-28
Shared object files should create a .o first and then .so after
Bruce Hill
2024-05-28
Better error checking
Bruce Hill
2024-05-28
Better error reporting
Bruce Hill
2024-05-28
Change default c compiler to 'cc'
Bruce Hill
2024-05-28
Changes to dependency tracking, compilation, and object linking
Bruce Hill
2024-05-27
Remove unused code
Bruce Hill
2024-05-27
Fix up some import and -fPIC stuff
Bruce Hill
2024-05-27
Limited support for `tomo -s` to compile shared objects
Bruce Hill
2024-05-27
Add support for $OBJFILES to allow linking extra object files, plus
Bruce Hill
2024-05-25
Move standard initialization code into tomo_init() function
Bruce Hill
2024-05-25
Include tweak
Bruce Hill
2024-05-18
Clean up imports a bit
Bruce Hill
2024-05-02
Support space indents
Bruce Hill
2024-05-01
Fix up some path issues during compilation/running/installation
Bruce Hill
2024-04-21
Bugfix
Bruce Hill
2024-04-20
Fix USE_COLOR
Bruce Hill
2024-04-20
Move arg parsing to inline logic in main() function
Bruce Hill
2024-04-20
Inline color file
Bruce Hill
2024-04-16
Remove (void)argc/v
Bruce Hill
2024-04-13
Rudimentary stack traces
Bruce Hill
2024-04-12
Tweak command line arguments (add -e and --help)
Bruce Hill
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
[next]