| Age | Commit message (Collapse) | Author |
|
|
|
|
|
a &success boolean. Check for overflow as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Text("...")
|
|
|
|
and making assignments use (x = 4, &x) syntax instead of ({ x = 4; &x })
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
optional parameter (default=yes)
|
|
|
|
./foo.tm`, `use <foo.h>`, `use libfoo.so`
|
|
makes error reporting easier and prevents issues where some functions
could be assigned, but not others. Also change outputs so Void returns
don't show up when displaying types, now just: `func()`
|
|
derefenced for method calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
particular tag or not
|
|
|
|
channels, and updated the API
|
|
|