diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-29 22:59:28 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-29 22:59:28 -0400 |
| commit | 1d4447bcd888dd0bd20cf4b6dd7f9192145debf0 (patch) | |
| tree | ee17e782943bed78bdf461c7fe876712127a0d28 /include/lcq/pit.h | |
| parent | 8909986b89eaac74bb4cd8dc7019f96e4f650470 (diff) | |
Refactor data structures
Diffstat (limited to 'include/lcq/pit.h')
| -rw-r--r-- | include/lcq/pit.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/lcq/pit.h b/include/lcq/pit.h new file mode 100644 index 0000000..3afce9f --- /dev/null +++ b/include/lcq/pit.h @@ -0,0 +1,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 |
