diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-09 23:51:55 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-09 23:51:55 -0400 |
| commit | 2bdcaf319b1d74ffbaccf08a58336f804761beab (patch) | |
| tree | c21de6df74ec79b5574ad2b89fcc275d10847802 /pit/include/lcq/pit.h | |
Refactor into monorepo
Diffstat (limited to 'pit/include/lcq/pit.h')
| -rw-r--r-- | pit/include/lcq/pit.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pit/include/lcq/pit.h b/pit/include/lcq/pit.h new file mode 100644 index 0000000..8ff46c8 --- /dev/null +++ b/pit/include/lcq/pit.h @@ -0,0 +1,11 @@ +#ifndef LCOLONQ_PIT_H +#define LCOLONQ_PIT_H + +#include <lcq/prelude.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 |
