jsfw/ser/codegen_python.h

9 lines
130 B
C
Raw Permalink Normal View History

#ifndef CODEGEN_PYTHON_H
#define CODEGEN_PYTHON_H
#include "codegen.h"
void codegen_python(Writer *source, Program *p);
#endif