home: hub: minipeg

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

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

#include "accept.peg.c"

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

  return 0;
}