home: hub: minipeg

ref: 64fa13b1222be96154d573b5082e7f5a2f37a5f7
dir: /examples/test.c/

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

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