home: hub: minipeg

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

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

#include "accept.peg.c"

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

  return 0;
}