summaryrefslogtreecommitdiff
path: root/src/reader.h
blob: 435105553e2b6a96f85113b35f49864aad0f7b71 (plain)
1
2
3
4
5
6
7
8
9
10
#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