home: hub: minipeg

ref: 3e0c7551db0206db2a96af00ce8825fb7363c6f6
dir: /examples/test.c/

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

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