feat(python): compiler api with round_trip func

This commit is contained in:
youben11
2021-08-03 16:49:04 +01:00
committed by Quentin Bourgerie
parent 4e6579e019
commit 30d33ee45f
5 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#ifndef ZAMALANG_PYTHON_COMPILER_API_MODULE_H
#define ZAMALANG_PYTHON_COMPILER_API_MODULE_H
#include <pybind11/pybind11.h>
namespace zamalang {
namespace python {
void populateCompilerAPISubmodule(pybind11::module &m);
} // namespace python
} // namespace zamalang
#endif // ZAMALANG_PYTHON_DIALECTMODULES_H