home: hub: minipeg

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

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

#include "accept.peg.c"

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

  return 0;
}