home: hub: minipeg

ref: 1c9faa24f4c93f37db2bddf84d973c02f090bc31
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}