home: hub: minipeg

ref: 9bc3f1cd7d4c29f0d26950055e3d85ec03f728cd
dir: /examples/test.c/

View raw version
#include <stdio.h>
#include "test.peg.c"

int main()
{
  while (yyparse());
  return 0;
}