aboutsummaryrefslogtreecommitdiff
path: root/src/include/main.h
blob: 63dd15cc79716812c44f1f52362906ce19bd0689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MAIN_H
#define MAIN_H

#include <stdio.h>
#include <stdlib.h>

#include "util.h"
#include "source.h"
#include "token.h"
#include "pp.h"
#include "lexer.h"
#include "parser.h"

#endif