home: hub: minipeg

ref: c0ec24f0a5b9d08afee8d9f271df18609dd35330
dir: /examples/accept.c/

View raw version
#include <stdio.h>
#include <stdlib.h>

#include "accept.leg.c"

int main()
{
  while (yyparse());

  return 0;
}