home: hub: minipeg

ref: 5b97c637b7a4148cd007d3ca35f7dea94375cc89
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}