Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for invalid digits when parsing octal constants
Originally, the parser had the ability to parse octal numbers but did not check whether the digits were valid. Therefore, this commit improves the implementation to include the validation check.
- Loading branch information