home: hub: minipeg

ref: 769f2e54caa48939a167640c54f8bd33fa555a16
dir: /examples/test.c/

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

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