home: hub: minipeg

ref: fd42edfe6fc500c76edbb047c6b3cd86d000c576
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}