Closed ptal closed 8 years ago
Not currently possible because I don't know how to access the crate or module of the defined macro. So I need a module to put the extern crate oak_runtime;
inside and access the runtime oak library.
Englobing the grammar inside a module seems really reasonable. When issue #82 will be implemented it will be the encouraged way of declaring grammars so it will not, by design, be possible to declare the grammar in its module. Therefore, I will close this.
It's useful if the grammar is already declared in its own module.