home: hub: minipeg

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

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

#include "accept.peg.c"

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

  return 0;
}