aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/compiler.h
blob: 49a45b0309dec7ca60d861bebba02701919aae7e (plain)
1
2
3
4
5
6
#ifndef COMPILER_H
#define COMPILER_H

void compile(const char *source);

#endif