Changeset View
Changeset View
Standalone View
Standalone View
support/xhpast/ast.hpp
| #pragma once | #pragma once | ||||
| #include <stdint.h> | |||||
| #include <deque> | |||||
| #include <stack> | #include <stack> | ||||
| #include <string> | #include <string> | ||||
| #include "astnode.hpp" | #include "astnode.hpp" | ||||
| class yy_extra_type { | class yy_extra_type { | ||||
| public: | public: | ||||
| yy_extra_type() { | yy_extra_type() { | ||||
| ▲ Show 20 Lines • Show All 66 Lines • Show Last 20 Lines | |||||