home: hub: minipeg

ref: b513de263d035dae09bdf0915215ef851d0b3374
dir: /examples/test.c/

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

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