home: hub: minipeg

ref: 455e30a2680bb0d1eb77d6a051efbafc9f00600d
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}