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-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-06
Fix partial edit
Bruce Hill
2024-09-06
Fix header compilation
Bruce Hill
2024-09-06
Check for .tm file extension
Bruce Hill
2024-09-06
Ensure HELP and USAGE are initialized when running CLI program
Bruce Hill
2024-09-06
Uhhhh, apparently clang treats ??? as a trigraph unless you specify some
Bruce Hill
2024-09-05
Correctly resolve '../' paths
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Rework CLI compilation so that all of the argument parsing is written to
Bruce Hill
2024-09-05
Trim excess blank lines before feeding to indent
Bruce Hill
2024-09-04
Disallow 'use' statements that aren't top level
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
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
[next]