This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zclsyntax: properly scan the modulo operator
Previously we missed the '%' character in our "SelfToken" production, which meant that the modulo operator could not parse properly due to it being represented as a TokenInvalid.
- Loading branch information