Skip to content

Instantly share code, notes, and snippets.

#include "parser.h"
#include "pcfg_grammar.h"
string sentences[] = {
"aNVaN",
"aNV",
"aNVN"
};
constexpr unsigned int sentence_count = (unsigned int) array_length(sentences);