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
/
compile.c
Age
Commit message (
Expand
)
Author
2024-04-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
2024-04-13
Rudimentary stack traces
Bruce Hill
2024-04-13
Fix issue with empty command line args
Bruce Hill
2024-04-12
Support Text arrays as main function arguments
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-04-10
Fix corecursive functions and global variables
Bruce Hill
2024-04-02
Add array:sample(n, weights)
Bruce Hill
2024-04-02
Add array:sample()
Bruce Hill
2024-04-02
Add array:sorted()
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
Add array:reversed()
Bruce Hill
2024-03-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
2024-03-24
Implement 'extern' functionality
Bruce Hill
2024-03-24
Improve COW/etc handling for update assignments
Bruce Hill
2024-03-22
Fix/improve assignment to arrays and tables
Bruce Hill
2024-03-22
Handle type namespaces in other modules
Bruce Hill
2024-03-21
Pull namespaces from the type binding
Bruce Hill
2024-03-21
Fix issue with quoted string cords
Bruce Hill
2024-03-19
Improvements to module imports
Bruce Hill
2024-03-19
Corecursive modules
Bruce Hill
2024-03-19
Prevent mulitple imports
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
Insert semicolons where they should go
Bruce Hill
2024-03-18
Fix array:clear()
Bruce Hill
2024-03-18
Add some better file comments
Bruce Hill
2024-03-17
Fix doctests with functions
Bruce Hill
2024-03-17
Fix switch statement
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
Support nested comprehensions
Bruce Hill
2024-03-17
Improve comprehensions for both arrays and tables
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
Rearranging some files
Bruce Hill
2024-03-09
Minor cleanups to get compilation working on clang
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
[prev]
[next]