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-17
Clean up codegen for empty tagged data
Bruce Hill
2024-03-17
Fix doctests with functions
Bruce Hill
2024-03-17
Empty enums use a singleton instead of a constructor
Bruce Hill
2024-03-17
Don't bother comparing empty structs
Bruce Hill
2024-03-17
Fix error message
Bruce Hill
2024-03-17
Update test
Bruce Hill
2024-03-17
Fix switch statement
Bruce Hill
2024-03-17
Run with 'use' prefixed
Bruce Hill
2024-03-17
When compiling .o files, put the .c and .h files on disk
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
Add tests for nested comprehensions
Bruce Hill
2024-03-17
Support nested comprehensions
Bruce Hill
2024-03-17
Unary ops should only parse terms not full expressions
Bruce Hill
2024-03-17
Improve comprehensions for both arrays and tables
Bruce Hill
2024-03-17
Add conditional loop comprehension
Bruce Hill
2024-03-17
More array tests
Bruce Hill
2024-03-15
Skip/stop for 'while' loops
Bruce Hill
2024-03-15
Simplify loop code
Bruce Hill
2024-03-15
Fancy skip/stop implementation
Bruce Hill
2024-03-15
Properly compile conditionals with abort types in them
Bruce Hill
2024-03-14
Clean up codegen to not use macros
Bruce Hill
2024-03-14
Better codegen for negation
Bruce Hill
2024-03-14
Rearrange expression/statement compilation code
Bruce Hill
2024-03-14
Remove some shadowed variables
Bruce Hill
2024-03-14
Bugfix for looping
Bruce Hill
2024-03-14
Array comprehensions
Bruce Hill
2024-03-10
Improve codegen for assignment doctests
Bruce Hill
2024-03-10
Clean up doctesting for assignments
Bruce Hill
2024-03-10
More docs
Bruce Hill
2024-03-10
Tweak autofmt behavior
Bruce Hill
2024-03-10
Updated README
Bruce Hill
2024-03-10
Add ld flag to find library
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Removing some dead code
Bruce Hill
2024-03-09
Remove references to libgccjit
Bruce Hill
2024-03-09
Minor cleanups to get compilation working on clang
Bruce Hill
2024-03-09
Slightly improved readme
Bruce Hill
2024-03-09
Add explicit check for space indentation
Bruce Hill
2024-03-09
Add test for secret structs
Bruce Hill
2024-03-09
Add lang tests
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
Change lang stringification to include type name
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-09
Fix issues with substring overflow
Bruce Hill
2024-03-09
Add function/caching test
Bruce Hill
2024-03-09
Implement function caching
Bruce Hill
2024-03-09
Extra lambda test
Bruce Hill
2024-03-09
Implement lambdas and closures
Bruce Hill
[next]