2011/01/03

XPEG & Hyphen(-) at the Left Bound in a Class of PEG

develog - C++: Hyphen(-) should be put at the Left Bound in a Class of PEG

I caused such error again ... So, I wrote the class, sign as "[+-]".
In this case, my XPEG reported with non-straightforward message. Then I had to find the error by reading dumped trace log.

As I got burned at the error, I changed PEG format of XPEG and made XPEG allow it.

Range <- Char '-' !']' Char / Char

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...