home: hub: minipeg

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

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

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