#ifndef INPUT_H #define INPUT_H #include "str.h" #include "utf8.h" #include "grammar.h" Grammar *read_grammar_from_bnf(const str * const restrict s); #endif