summaryrefslogtreecommitdiff
path: root/parse.h
blob: 681233e95d5e5b5f44ba11012df72bc53dfce049 (plain)
1
2
3
4
5
6
7
8
#ifndef HENCE_PARSE_H
#define HENCE_PARSE_H

#include <stdio.h>

int parse(const char*, FILE*, struct token *);

#endif