Changeset View
Changeset View
Standalone View
Standalone View
support/xhpast/xhpast.cpp
| #include "ast.hpp" | #include "ast.hpp" | ||||
| #include <vector> | |||||
| #include <string> | |||||
| #include <iostream> | #include <iostream> | ||||
| #include <sstream> | #include <sstream> | ||||
| #include <fstream> | #include <fstream> | ||||
| using namespace std; | using namespace std; | ||||
| int xhpastparse(void*, xhpast::Node **); | int xhpastparse(void*, xhpast::Node **); | ||||
| int xhpast_process(std::string &in); | int xhpast_process(std::string &in); | ||||
| ▲ Show 20 Lines • Show All 115 Lines • Show Last 20 Lines | |||||