| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Macro names beginning with a ~ character will be prefixed with the
name of the most recently defined label, and local invocations inside
macro definition bodies will also expand correctly.
|
|
|
|
|
|
| |
When parsing a standalone : character, the following characters were
also being consumed and appended instead of the expected behaviour
where the current token should end as soon as a : is encountered.
|
|
|
|
|
| |
A cascading if-else structure is more readable than a set of nested
match expressions.
|
|
|