summaryrefslogtreecommitdiffhomepage
path: root/cppbnf.h
blob: 384e6cfb331055f78cf66281d36899d720497d9e (plain)
1
2
3
4
5
6
#pragma once

#include "bnf.h"

BNF GetCppBNFLex();
BNF GetCppBNFGram();