home: hub: minipeg

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

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

#include "accept.peg.c"

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

  return 0;
}