aboutsummaryrefslogtreecommitdiff
path: root/parse.h
blob: b05fd93889d772b1ae503c419d8c119cf29b9e45 (plain)
1
2
3
4
5
6
7
8
#ifndef PARSER_H
#define PARSER_H

struct atom;

struct atom *parse(const char *src, int *pos);

#endif