home: hub: minipeg

ref: 73492bd20d42c69e5f5cb0df12d5cf06e8f57374
dir: /examples/accept.c/

View raw version
#include <stdio.h>
#include <stdlib.h>

#include "accept.peg.c"

int main()
{
  while (yyparse());

  return 0;
}