Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 727 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 727 Bytes

generatorConstructions

Python application Contributors

It allows to generate any constructions of programming language C from Python code.

How to use

To use this project you should add line from codegen import * to your Python code.

In other words, there is usage.py file in repo that shows how to use this library in more detail.