| Age | Commit message (Collapse) | Author |
|
improved code generation for loops by omitting goto labels when not used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expressions can be grouped with parens, and they have a clear
distinction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and simplifies a lot of the code. Also stripped out Expression, which
was just a useless level of indirection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
consistent with the language's attitude towards code blocks and
indentation. No more long-range action closing parens.
|
|
|
|
|
|
|