home: hub: minipeg

ref: 8cd7b36a0dc1aed76ab0a367267e210966668fbb
dir: /examples/test.c/

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

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