summaryrefslogtreecommitdiff
path: root/src/reader.h
blob: 65ee7efb00659bcb72d2df84b2c255323d49fba7 (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(str *s);

#endif