summaryrefslogtreecommitdiff
path: root/include/lcq/pit.h
blob: 3afce9f6de215a32da53f6a37c96e6837ebdb536 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef LCOLONQ_PIT_H
#define LCOLONQ_PIT_H

#include <lcq/pit/types.h>
#include <lcq/pit/utils.h>
#include <lcq/pit/lexer.h>
#include <lcq/pit/parser.h>
#include <lcq/pit/runtime.h>
#include <lcq/pit/library.h>

#endif