TeluguScript (v1.0.7) is a transpiler that converts Telugu-language syntax into JavaScript, enabling Telugu-speaking developers to write code using native Telugu keywords. It currently supports procedural programming with variable declarations (maredhi/let, maranadhi/const), control flow (edi itey/if, lekapote/else, etc.), and functions (pani/function). The package is installable via npm and intended for educational or cultural expression. It is a niche, experimental language transpiler with limited community adoption and no active development updates since 2023. Key differentiators: no other known Telugu-language transpiler exists; JavaScript target provides wide execution compatibility.
npm install teluguscriptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpiles a TeluguScript function definition with variable declaration and return, then executes the resulting JavaScript.
Consider forking or using alternative solutions.
Use exact keyword mappings from documentation.
Create a declaration file: declare module 'teluguscript';
Avoid eval in production; use Function constructor or safe eval alternatives.
Ensure keywords exactly match documentation, e.g., 'edi itey' not 'edi Itey'.
Use: import { transpile } from 'teluguscript';Run: npm install teluguscript
No dependency data recorded yet.