home: hub: minipeg

ref: 3916902cb6178992d35c04df7aba13ecd1e61375
dir: /examples/test.c/

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

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