home: hub: minipeg

ref: 3e0c7551db0206db2a96af00ce8825fb7363c6f6
dir: /examples/accept.c/

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

#include "accept.peg.c"

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

  return 0;
}