home: hub: minipeg

ref: 4c879fbc5fa9a9796fecd144fed13b12c19384fd
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}