NEURON
parse_with_deps.hpp
Go to the documentation of this file.
1 #pragma once
2 // See https://www.gnu.org/software/bison/manual/bison.html#g_t_0025header:
3 // ...if you are using a %union with components that require other
4 // definitions...you need to arrange for these definitions to be propagated to
5 // all modules, e.g., by putting them in a prerequisite header that is included
6 // both by your parser and by any other module that needs YYSTYPE.
7 #include "hocdec.h"
8 #include "parse.hpp" // generated by bison