mirror of
https://github.com/stupidcomputer/jsfw.git
synced 2024-12-27 22:07:37 -06:00
9 lines
130 B
C
9 lines
130 B
C
#ifndef CODEGEN_PYTHON_H
|
|
#define CODEGEN_PYTHON_H
|
|
|
|
#include "codegen.h"
|
|
|
|
void codegen_python(Writer *source, Program *p);
|
|
|
|
#endif
|