home: hub: minipeg

ref: 63f3a973ef06a5ce4f7a93cc6c99bb6eaab08e11
dir: /examples/test.c/

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

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