mirror of
https://github.com/stupidcomputer/jsfw.git
synced 2024-12-28 14:27:35 -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
|