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-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
2024-03-09
Implement function caching
Bruce Hill
2024-03-09
Implement lambdas and closures
Bruce Hill
2024-03-09
Simplify reduction code a little bit
Bruce Hill
2024-03-09
Lambda fixes/improvements
Bruce Hill
2024-03-09
First pass at lambdas/closures
Bruce Hill
2024-03-09
Back to using ARRAY_FOREACH
Bruce Hill
2024-03-09
Table methods
Bruce Hill
2024-03-08
Refactor table methods to take table structs where possible
Bruce Hill
2024-03-08
Array methods
Bruce Hill
2024-03-08
Array methods
Bruce Hill
2024-03-07
Use '$' for min/max variable
Bruce Hill
2024-03-07
Just use mathlib symbols, don't redefine them
Bruce Hill
2024-03-06
Add 'if x := var' conditionals for optional pointers
Bruce Hill
2024-03-06
Support more variants of looping over integers
Bruce Hill
2024-03-06
Fix namespace initializers
Bruce Hill
2024-03-06
Fix up some array literal stuff with TCC
Bruce Hill
2024-03-06
Fix array iteration by inlining
Bruce Hill
2024-03-05
Fix up some min/max stuff
Bruce Hill
2024-03-04
Struct and enum methods and static members
Bruce Hill
2024-03-04
Fix some bugs relating to NUL termination of strings
Bruce Hill
2024-03-03
Unicode normalization for equality, hashing, tests, and printing
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Fix up unicode escapes
Bruce Hill
2024-03-03
Bugfix
Bruce Hill
2024-03-03
Fix issue with unnamed args getting name flag
Bruce Hill
[next]