home: hub: minipeg

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

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

#include "accept.peg.c"

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

  return 0;
}