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
/
src
/
compile.c
Age
Commit message (
Expand
)
Author
2025-04-05
More fixes
Bruce Hill
2025-04-05
Misc fixes
Bruce Hill
2025-04-05
Fix comparison with integer literals
Bruce Hill
2025-04-05
Fix remaining metamethods
Bruce Hill
2025-04-05
Fix metamethods for scaled_by and divided_by
Bruce Hill
2025-04-04
Misc fixes
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-03
Allow specifying args like `func foo(xs:[Int] = [])`
Bruce Hill
2025-04-03
Allow empty table `{}` to work as an empty set literal in some cases
Bruce Hill
2025-04-03
Allow using an untyped empty array/set/table literal for places where
Bruce Hill
2025-04-02
Bugfix for getting table default values
Bruce Hill
2025-04-01
Bugfix for lang typeinfos
Bruce Hill
2025-04-01
Moved RNG out of the compiler and into a standalone library
Bruce Hill
2025-04-01
Clean up and improve patterns
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-30
Fix some relative path stuff
Bruce Hill
2025-03-30
Fix some relative import issues with compiled modules
Bruce Hill
2025-03-30
Fix for including header files
Bruce Hill
2025-03-28
Add ({...;}) around conditionals
Bruce Hill
2025-03-28
Don't force inline C code to use ({...})
Bruce Hill
2025-03-28
Add compiler guards for GCC directives
Bruce Hill
2025-03-28
Remove dead code
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
2025-03-25
Bugfix for switch statement fallthroughs
Bruce Hill
2025-03-24
Bugfix for assigning to array with an Int index
Bruce Hill
2025-03-21
Move files into src/ and build into build/
Bruce Hill