OILS
/
mycpp
/
examples
/ parse_preamble.h
View on Github
|
oilshell.org
7 lines, 4 significant
1
// like cpp/preamble.h
2
3
#include
"_gen/display/pretty.asdl.h"
4
#include
"_gen/mycpp/examples/expr.asdl.h"
5
#include
"cpp/data_lang.h"
6
7
using pretty_asdl::doc;