#ifndef TOBI_JS_H #define TOBI_JS_H #include "dg.h" #include "ir.h" #include "p.h" char *tobi_js_emit(const tobi_parse_result *res); #endif