Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages