This repository has been archived by the owner on Sep 8, 2023. 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.
Fix binary literal digit separator in C++ lexer (rouge-ruby#1620)
The C++ lexer uses `_` as a digit separator for binary literals. This is syntactically incorrect. The digit separator in C++ is `'`. This commit fixes that error. Co-authored-by: Stuart <stuart.wheaton@jhuapl.edu> Co-authored-by: Michael Camilleri <mike@inqk.net>
- Loading branch information