This tag should be used for questions regarding the PackCC parser generator, which produces C language parsers using a PEG algorithm. If your question has to do with writing PEG grammars, you should also tag it with the peg tag.
According to its ReadMe file on GitHub, which appears to be the primary documentation for the product, PackCC builds packrat parsers in C, using a grammar syntax inspired by PEG. Unlike some PEG parser generators, it allows left recursion.