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
/
compile.h
Age
Commit message (
Collapse
)
Author
2024-09-18
Remove dead code
Bruce Hill
2024-09-17
Overhaul of header logic so it now uses topological ordering and
Bruce Hill
deduplication for libraries with multiple files.
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-07-23
Fix for order of operations issues with enum and function typedef code
Bruce Hill
2024-06-16
Remove some dead code and support -l as a tomo flag
Bruce Hill
2024-06-13
Do dynamic library symbol prefixing using 'patchelf'
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-05-27
Remove unused code
Bruce Hill
2024-04-20
Move arg parsing to inline logic in main() function
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-17
Preface symbols with file prefix
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Change lang stringification to include type name
Bruce Hill
2024-03-09
First pass at lambdas/closures
Bruce Hill
2024-03-06
Fix namespace initializers
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Make load method be "use$name"
Bruce Hill
2024-02-24
Split struct code into a separate file
Bruce Hill
2024-02-18
Type compiling stuff
Bruce Hill
2024-02-18
Split module code into header/c file
Bruce Hill
2024-02-18
Move file compilation into a separate file
Bruce Hill
2024-02-17
Various fixes, including for Null values
Bruce Hill
2024-02-17
Cleanup of builtins
Bruce Hill
2024-02-13
Change compilation ordering by splitting into chunks
Bruce Hill
2024-02-11
Changes to string parsing
Bruce Hill
2024-02-04
Updates and functionality
Bruce Hill
2024-02-04
Initial commit
Bruce Hill