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 (
Expand
)
Author
2024-04-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
2024-04-02
Add array:sample()
Bruce Hill
2024-04-02
Add array:sorted()
Bruce Hill
2024-04-02
Add comparison operator <> and array method to sort by a custom
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-26
Add array:reversed()
Bruce Hill
2024-03-24
Print ASTs as XML instead of janky custom syntax
Bruce Hill
2024-03-24
Implement 'extern' functionality
Bruce Hill
2024-03-22
Handle type namespaces in other modules
Bruce Hill
2024-03-21
Pull namespaces from the type binding
Bruce Hill
2024-03-19
Improvements to module imports
Bruce Hill
2024-03-19
Corecursive modules
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
Handle function type annotations without returns better
Bruce Hill
2024-03-17
Empty enums use a singleton instead of a constructor
Bruce Hill
2024-03-17
Fix error message
Bruce Hill
2024-03-17
Preface symbols with file prefix
Bruce Hill
2024-03-17
Temporary fix for newlines between statements
Bruce Hill
2024-03-17
Support nested comprehensions
Bruce Hill
2024-03-17
Improve comprehensions for both arrays and tables
Bruce Hill
2024-03-14
Array comprehensions
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Deprecate secret langs (just use one-member structs)
Bruce Hill
2024-03-09
Improve handling of secret text
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-09
Implement lambdas and closures
Bruce Hill
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
[prev]
[next]