| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appropriate
|
|
other files. Also fixed up dependency tool so it works good now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit ed36765b4239d7af89a06773ad4ff1154d5344be.
|
|
|
|
|
|
|
|
|
|
|
|
the .tm.c file and the runner program is *just* a single function call
to the function that parses args and runs the main function. Also
improved some CLI usage error code
|
|
|
|
|
|
Int$plus(a,b) logic so it's definitely correct and doesn't error.
|
|
integer literal for 64-bit ints when iterating over a numeric value
|
|
|
|
|
|
|
|
|
|
a &success boolean. Check for overflow as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Text("...")
|
|
|
|
and making assignments use (x = 4, &x) syntax instead of ({ x = 4; &x })
|
|
|
|
|
|
|
|
|