Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary parser complexity
This `!"="` is necessary for general macro calls, to prevent accidentally considering `foo != bar` as if it were a macro call going `foo! =` and then getting confused. However, both the `calc` and `seq` macros explicitly check for the curly braces, so don't actually need the negative forward lookahead.
- Loading branch information