Skip to content

ThePiGuy24/Pythish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythish

Python to Lua transpiler for OC

It's still in its early stages, but for simple programs it works sufficiently

Usage

Executing Python code directly:
pythish run <python file>
Transpiling into another file:
pythish compile <python file> [lua file]

Supported Features

Not guarunteed Python compliant (at all, can barely pass basic tests)

  • If/Elif/Else/For/While
  • Function declaration
  • Libraries/Modules
  • Arrays/Dicts
  • +=, -=, etc...
  • Weird syntax
  • Other stuff

About

Python to Lua transpiler for OC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published