home: hub: minipeg

ref: 5b97c637b7a4148cd007d3ca35f7dea94375cc89
dir: /examples/test.c/

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

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