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.h
Age
Commit message (
Expand
)
Author
2024-10-28
Merge branch 'main' into internal-texts
internal-texts
Bruce Hill
2024-10-27
Deprecate "&" for stack references
Bruce Hill
2024-10-11
Convert ASTs to text
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-04
Deprecate readonly pointers for now
Bruce Hill
2024-09-30
Add datetime literal and tests
Bruce Hill
2024-09-27
Simplify code by making `name := use ...` a Use AST instead of a Declare
Bruce Hill
2024-09-18
Support `use`ing .c files and .S files (assembly)
Bruce Hill
2024-09-18
Move Match() to the right place
Bruce Hill
2024-09-18
Move List reversal to the right place
Bruce Hill
2024-09-18
Deprecate linker directives
Bruce Hill
2024-09-18
Remove more dead code
Bruce Hill
2024-09-17
Perform topological ordering when compiling typedefs so users don't need
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-12
Fix up comprehensions so set comprehensions work and everything is a bit
Bruce Hill
2024-09-12
Add postfix `!` operator for optionals
Bruce Hill
2024-09-11
Rename "Nil"->"Null" for consistency
Bruce Hill
2024-09-11
Optional enums (deprecated custom tag values)
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-04
Disallow 'use' statements that aren't top level
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
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-11
Support channels with maximum size
Bruce Hill
2024-08-11
Add channels and threads
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-26
Replace heap_str with GC_strdup
Bruce Hill
2024-07-13
Add iterator functions
Bruce Hill
2024-07-04
Add 'defer'
Bruce Hill
2024-07-04
Add `!!` statement for printing text
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-06-13
Remove unused fields on AST
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
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-17
Use leading underscore for file-local variables and functions instead of
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-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
[next]