home: hub: minipeg

ref: 6a791a854e1ba78061cd84b19c4c3f6c5ae1128d
dir: /examples/test.c/

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

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