home: hub: minipeg

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

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

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