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
Age
Commit message (
Expand
)
Author
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-04
Fix some bugs relating to NUL termination of strings
Bruce Hill
2024-03-03
Add methods for text:clusters(), text:codepoints(), text:bytes()
Bruce Hill
2024-03-03
Unicode normalization for equality, hashing, tests, and printing
Bruce Hill
2024-03-03
Rename string test to text
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Fix endptr stuff in parser
Bruce Hill
2024-03-03
Fix up unicode escapes
Bruce Hill
2024-03-03
String tests
Bruce Hill
2024-03-03
Bugfix
Bruce Hill
2024-03-03
Add some more tests
Bruce Hill
2024-03-03
Num tests
Bruce Hill
2024-03-03
Fix issue with unnamed args getting name flag
Bruce Hill
2024-03-03
Add Num.near() function
Bruce Hill
2024-03-03
Num methods
Bruce Hill
2024-03-03
Tweaks and improvements to built-in functions
Bruce Hill
2024-03-03
Fix table literals
Bruce Hill
2024-03-03
Only put 'pragma once' in compiled header file
Bruce Hill
2024-03-03
Bugfix for module name parsing
Bruce Hill
2024-03-03
Fix table literal issue for TCC compatibility
Bruce Hill
2024-03-03
Remove dup output
Bruce Hill
2024-03-03
Make load method be "use$name"
Bruce Hill
2024-03-03
Replace -ftrapv with -fsanitize=signed-integer-overflow
Bruce Hill
2024-03-03
Clean up transpiling into separate .c/.h files
Bruce Hill
2024-03-03
Add different compilation modes
Bruce Hill
2024-03-03
Wrap "&x" in parens to avoid ambiguity
Bruce Hill
2024-03-03
Return correct exit status
Bruce Hill
2024-03-03
Make constructors actually functions for enums
Bruce Hill
2024-03-03
Cleanup/fixes
Bruce Hill
2024-03-03
Fix test
Bruce Hill
2024-03-03
Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add
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-29
Remove unnecessary code
Bruce Hill
2024-02-29
Flip COW bit when dereferencing pointers
Bruce Hill
2024-02-29
Bump refcounts for .keys/.values
Bruce Hill
2024-02-29
Fix const issue
Bruce Hill
2024-02-29
Simplify/clean up table iteration code
Bruce Hill
2024-02-29
Fix up some import issues and improve arrays to use saturating refcounts
Bruce Hill
2024-02-27
Const typeinfos
Bruce Hill
2024-02-27
Pass typeinfos
Bruce Hill
2024-02-27
Update docs
Bruce Hill
2024-02-27
Stop using namespace types
Bruce Hill
2024-02-27
Tweaks
Bruce Hill
2024-02-26
Fix up some type namespace issues
Bruce Hill
[next]