home: hub: minipeg

ref: 8a4dff20506f207ad79b61381cdd7bda01f95c4c
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}