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
/
ast.c
Age
Commit message (
Expand
)
Author
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-08-18
Split BigIntType out of IntType and switch to using enums for the size
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-12
Fix some COW bugs for arrays/tables/sets
Bruce Hill
2024-08-11
Support channels with maximum size
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
Overhaul of operator metamethods
Bruce Hill
2024-08-10
For tables, deprecate support for square bracket indexing and .default
Bruce Hill
2024-08-10
Add Sets to the language
Bruce Hill
2024-07-13
Add iterator functions
Bruce Hill
2024-07-04
Check for newline between statements in blocks
Bruce Hill
2024-07-04
Add 'defer'
Bruce Hill
2024-07-04
Add `!!` statement for printing text
Bruce Hill
2024-07-04
Change metamethod names
Bruce Hill
2024-07-01
Add math metamethods (__add, __sub, etc.)
Bruce Hill
2024-06-13
Split import/use into separate concepts
Bruce Hill
2024-05-12
Deprecate interfaces (RIP)
Bruce Hill
2024-05-12
Simplify interfaces by requiring all functions are pointer methods
Bruce Hill
2024-05-12
WIP, but functional interfaces
Bruce Hill
2024-05-01
Clean up 'when' syntax
Bruce Hill
2024-04-30
Improved syntax for optionals
Bruce Hill
2024-04-23
Support struct literals as constants
Bruce Hill
2024-04-21
Support loading imports as top-level statements
Bruce Hill
2024-04-10
Fix empty string check
Bruce Hill
2024-04-10
Fix corecursive functions and global variables
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
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
2024-03-26
Fix xml for Stop
Bruce Hill
2024-03-26
More XML fixes
Bruce Hill
2024-03-26
Fix XML output
Bruce Hill
2024-03-24
Print ASTs as XML instead of janky custom syntax
Bruce Hill
2024-03-19
Improvements to module imports
Bruce Hill
2024-03-17
Improve comprehensions for both arrays and tables
Bruce Hill
2024-03-14
Rearrange expression/statement compilation code
Bruce Hill
2024-03-09
Deprecate secret langs (just use one-member structs)
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-02-29
First working method calls
Bruce Hill
2024-02-25
Add for-else block
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
Implement 'when' statement for matching on enums
Bruce Hill
2024-02-18
Add in '#' operator for length
Bruce Hill
2024-02-17
Quote strings in AST debug strs
Bruce Hill
2024-02-17
Cleanup of builtins
Bruce Hill
2024-02-17
Major cleanup
Bruce Hill
2024-02-12
Deprecate Char type
Bruce Hill
2024-02-11
Fix operator precedence and boolification
Bruce Hill
2024-02-11
String literals as cords
Bruce Hill
[next]