home: hub: minipeg

ref: 64fa13b1222be96154d573b5082e7f5a2f37a5f7
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}