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-10-03
Fix up some compiler flags around floating point numbers so they work
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-28
Cleanup and fixes
Bruce Hill
2024-09-28
Overhaul of argument parsing code
Bruce Hill
2024-09-24
Add '$' prefix on all user code
Bruce Hill
2024-09-22
Use original folder names more
Bruce Hill
2024-09-22
Add -I flag for installing
Bruce Hill
2024-09-18
Support `use`ing .c files and .S files (assembly)
Bruce Hill
2024-09-17
Handle subdirectories within libraries
Bruce Hill
2024-09-17
Overhaul of header logic so it now uses topological ordering and
Bruce Hill
2024-09-16
Only rename public symbols
Bruce Hill
2024-09-16
Make compilation steps exit instead of returning exit statuses
Bruce Hill
2024-09-16
Bugfix for arg passing
Bruce Hill
2024-09-16
Show more error info
Bruce Hill
2024-09-16
Handle installing libraries that were downloaded directly to
Bruce Hill
2024-09-15
Use 'install' to preserve file modification times
Bruce Hill
2024-09-15
Overhaul of how libraries are installed
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Compiled programs don't need to be linked against -lcord anymore
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
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
[next]