home: hub: minipeg

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

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

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