summaryrefslogtreecommitdiff
path: root/synth/parser.h
blob: 0af3c6a648fd7c94fec37f879519fc2bd9796262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __PARSER_H__
#define __PARSET_H__


#include <set>
#include <map>
#include <list>
#include <string>

#include "fixed.h"
#include "programs.h"

using namespace std;

program_t parse(string fn);

#endif