index
:
minicc.git
master
Minimal Incomplete Compiler Collection
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cppbnf.h
blob: 384e6cfb331055f78cf66281d36899d720497d9e (
plain
)
1
2
3
4
5
6
#pragma once #include "bnf.h" BNF GetCppBNFLex(); BNF GetCppBNFGram();