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
/
typecheck.c
Age
Commit message (
Collapse
)
Author
2024-03-09
First pass at lambdas/closures
Bruce Hill
2024-03-08
Refactor table methods to take table structs where possible
Bruce Hill
2024-03-08
Array methods
Bruce Hill
2024-03-08
Array methods
Bruce Hill
2024-03-06
Add 'if x := var' conditionals for optional pointers
Bruce Hill
2024-03-05
Fix up some min/max stuff
Bruce Hill
2024-03-05
Fix default values for structs
Bruce Hill
2024-03-05
Fix cyclic structs/enums
Bruce Hill
2024-03-04
Struct and enum methods and static members
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Initial pass at namespacing
Bruce Hill
2024-02-29
First working method calls
Bruce Hill
2024-02-29
Add type namespaces
Bruce Hill
2024-02-27
Tweaks
Bruce Hill
2024-02-25
Typecheck inline C code
Bruce Hill
2024-02-25
Implement reductions
Bruce Hill
2024-02-25
More stringent requirements on '&' refs
Bruce Hill
2024-02-25
WIP on stackrefs
Bruce Hill
2024-02-24
Improve enums with metamethods
Bruce Hill
2024-02-24
Type constructors are global
Bruce Hill
2024-02-24
Fixing up structs
Bruce Hill
2024-02-23
Code cleanup for KeywordArg
Bruce Hill
2024-02-22
Fix up keyword args and default args
Bruce Hill
2024-02-22
Fix function compiling
Bruce Hill
2024-02-22
Implement power (^)
Bruce Hill
2024-02-22
Implement concatenation
Bruce Hill
2024-02-22
Implement 'when' statement for matching on enums
Bruce Hill
2024-02-20
Fixing up enums
Bruce Hill
2024-02-18
Add in '#' operator for length
Bruce Hill
2024-02-18
Add enum as_string()
Bruce Hill
2024-02-17
Custom tostring functions working
Bruce Hill
2024-02-17
Incremental fixes
Bruce Hill
2024-02-17
Fix up doctests
Bruce Hill
2024-02-17
Cleanup of builtins
Bruce Hill
2024-02-17
Change things up to use type params for all array and table methods
Bruce Hill
2024-02-17
Add typechecking logic
Bruce Hill