Spicy
all.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
5 #include <spicy/ast/aliases.h>
6 #include <spicy/ast/ctors/all.h>
7 #include <spicy/ast/declarations/all.h>
8 #include <spicy/ast/engine.h>
9 #include <spicy/ast/expressions/all.h>
10 #include <spicy/ast/hook.h>
11 #include <spicy/ast/operators/all.h>
12 #include <spicy/ast/statements/all.h>
13 #include <spicy/ast/types/all.h>