home: hub: minipeg

ref: 3b382373ac2bdfb33c20e66a4d3a9b0205c6446d
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}