vil02/string_to_code_proj
Generates a piece of messy code displaying a given string
Supports multiple target languages (Python, C++, Bash, COBOL, Lisp, and more) through a modular architecture where each language has dedicated conversion modules. The core engine builds an intermediate `PrinterProgram` representation that gets transpiled to language-specific syntax, enabling extensibility through a defined interface for adding new languages. Built with Poetry for dependency management and includes comprehensive test coverage with per-language test suites and execution validation.
Stars
2
Forks
4
Language
Python
License
MIT
Category
Last pushed
Mar 18, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/vil02/string_to_code_proj"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
inducer/cgen
C/C++ source generation from an AST
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
pyecore/pyecore
A Python(nic) Implementation of EMF/Ecore (Eclipse Modeling Framework)
mutating/transfunctions
Say NO to Python fragmentation on sync and async
cogu/cfile
A python C code generator