2010/06/06

CERT Secure Coding Standards

Making PEG Parser

I write my PEG parser to learn the PEG and packrat parsing. Now, the my parser can parse PEG. But now, the parser has not generated source code. I am going to make it generate C++ source code. And now, the parser has not supported packrat parsing. I am implementing memoization.

Memo on PEG Links

Links on PEG

Links on PEG (in Japanese)

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. ...