home: hub: minipeg

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

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

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