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-07-13
Allow lambdas to have a return statement as the last statement
Bruce Hill
2024-07-13
Add array:pairs()
Bruce Hill
2024-07-13
Add iterator functions
Bruce Hill
2024-07-10
Bugfix for unchecked array access
Bruce Hill
2024-07-10
Add array:to() to split out functionality of array:from()
Bruce Hill
2024-07-10
Replace array:slice() with array:from(first, last) and array:by(step)
Bruce Hill
2024-07-04
Check for functions that don't return when they need to, as well as a
Bruce Hill
2024-07-04
Fixes for defer statements in lambdas
Bruce Hill
2024-07-04
Add 'defer'
Bruce Hill
2024-07-04
!! printing should quote strings by default
Bruce Hill
2024-07-04
Add `!!` statement for printing text
Bruce Hill
2024-07-04
Fix issue with text interpolation for Langs
Bruce Hill
2024-07-04
Add __length and __negative metamethods
Bruce Hill
2024-07-01
Clean up some type checking with math operations and metamethods
Bruce Hill
2024-07-01
Show test output for update assignments
Bruce Hill
2024-07-01
Improvements for update assignments that use metamethods
Bruce Hill
2024-07-01
Support math metamethods for update assignments
Bruce Hill
2024-07-01
Add math metamethods (__add, __sub, etc.)
Bruce Hill
2024-06-17
Fix issue with bitfields
Bruce Hill
2024-06-17
Fix issue with 'when' statements
Bruce Hill
2024-06-16
Deprecate '-l' as a command line flag but instead support 'use -lblah'
Bruce Hill
2024-06-16
Remove some dead code and support -l as a tomo flag
Bruce Hill
2024-06-16
Support library name as a separate environment field from namespace
Bruce Hill
2024-06-16
Fix issue with type namespaces not getting properly prefixed by library
Bruce Hill
2024-06-13
Do dynamic library symbol prefixing using 'patchelf'
Bruce Hill
2024-06-13
Split import/use into separate concepts
Bruce Hill
2024-06-13
Support loading shared libraries
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-06-06
Fix float literals for integer floats
Bruce Hill
2024-06-01
Change how floats are serialized
Bruce Hill
2024-05-31
Fix "extern" issue for real
Bruce Hill
2024-05-31
Change where 'extern' keyword goes in codegen for variable declarations
Bruce Hill
2024-05-28
Top-level inline C code goes in C file, not header
Bruce Hill
2024-05-27
Remove unused code
Bruce Hill
2024-05-27
Fix up some import and -fPIC stuff
Bruce Hill
2024-05-27
Add file prefix to lambda types
Bruce Hill
2024-05-27
Don't capture modules in closures (they're not real values)
Bruce Hill
2024-05-27
Bugfix for void thunks
Bruce Hill
2024-05-24
Bugfix for doctest assignments not doing promotion checks
Bruce Hill
2024-05-24
Switch optional detection to use 'when .. is @..' instead of 'if .. :=
Bruce Hill
2024-05-23
Support 'while when'
Bruce Hill
2024-05-22
Deprecate enum field access
Bruce Hill
2024-05-22
Fix for matching with enums defined in another file
Bruce Hill
2024-05-21
Temporary fix for issue with stack references leaking memory and
Bruce Hill
2024-05-21
Get rid of struct constructor
Bruce Hill
2024-05-21
Improve codegen for enums and structs (change $tag$Foo$Baz to
Bruce Hill
2024-05-19
Fix up some binding order issues and also some inline C issues with
Bruce Hill
2024-05-18
Minor fixes
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
Bruce Hill
2024-05-18
Add C string type
Bruce Hill
[prev]
[next]