home: hub: minipeg

ref: 769f2e54caa48939a167640c54f8bd33fa555a16
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}