home: hub: minipeg

ref: 9ca941f4a1a1668cfc3d15a67537ce6bff4af94c
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}