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-08-25
`Where` should use empty struct typeinfos
Bruce Hill
2024-08-25
Minor cleanup
Bruce Hill
2024-08-23
Bugfix for say() when length is >512, and added back the `newline`
Bruce Hill
2024-08-23
Bugfix for parsing ints
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
2024-08-21
Variables can no longer hold function pointers, only closure_t's. This
Bruce Hill
2024-08-20
Bugfix some copy-on-write cases for when pointers are automatically
Bruce Hill
2024-08-20
Remove unused parameter and add some docs on arrays
Bruce Hill
2024-08-19
Update operators docs to include various undocumented features like
Bruce Hill
2024-08-19
Add postfix conditionals for return/skip/stop/function calls
Bruce Hill
2024-08-19
Remove TODO
Bruce Hill
2024-08-19
Document functions
Bruce Hill
2024-08-19
Update learnXinY
Bruce Hill
2024-08-19
Bugfix
Bruce Hill
2024-08-19
Update docs with links
Bruce Hill
2024-08-19
Update readme
Bruce Hill
2024-08-19
Dim the secret ellipsis
Bruce Hill
2024-08-19
Document struct(secret)
Bruce Hill
2024-08-19
Add docs for `lang`
Bruce Hill
2024-08-19
Add .text_content as a field on DSLs instead of a method
Bruce Hill
2024-08-19
Support DSL constructor working on DSL itself
Bruce Hill
2024-08-19
Restructure things so that DSL constructors do proper escaping
Bruce Hill
2024-08-19
Bugfix :text_content() for DSLs
Bruce Hill
2024-08-19
Clean up codegen for strings that are just a single interpolated value
Bruce Hill
2024-08-19
Document `deg`
Bruce Hill
2024-08-19
Update test to reflect new numeric precision
Bruce Hill
2024-08-19
Support demoting int literals
Bruce Hill
2024-08-19
Fix some numeric precision issues with how nums are printed
Bruce Hill
2024-08-19
Fix precision of compiled numbers
Bruce Hill
2024-08-19
Add -deg suffix: `90deg` for specifying degrees. Also fixed percent
Bruce Hill
2024-08-19
Add test for importing initialized values
Bruce Hill
2024-08-19
Make sure imported/used modules are initialized properly
Bruce Hill
2024-08-19
Update docs
Bruce Hill
2024-08-19
Add colons
Bruce Hill
2024-08-19
Update docs
Bruce Hill
2024-08-19
Move docs into one folder
Bruce Hill
2024-08-18
Update channel API to take a Where parameter
Bruce Hill
2024-08-18
Add Channel:peek()
Bruce Hill
2024-08-18
Update API for give/get
Bruce Hill
2024-08-18
Rename push/pop to give/get, since it's not stack-ordered
Bruce Hill
2024-08-18
Add Int:clamped() and Num:clamped()
Bruce Hill
2024-08-18
Update docs
Bruce Hill
2024-08-18
Document array:first()
Bruce Hill
2024-08-18
Add array:first(predicate:func(x:&T)->Bool)->@%T?
Bruce Hill
2024-08-18
Update docs
Bruce Hill
2024-08-18
Update docs
Bruce Hill
2024-08-18
Update index
Bruce Hill
2024-08-18
More docs
Bruce Hill
2024-08-18
Add `enum.tag` as a way to do a boolean test for whether a value has a
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
[prev]
[next]