Getting Started
How to run example?
Download
Latest
Clone the repo
or download source code in releases
Go to LangTrans Folder
Standalone (Alternate)
Go to releases and download latest executable
Create Source Code
Create a new file (filename.ext
)
Paste this code to filename.ext
Transpile Code
With YAML files
For source code
Standalone
With compiled syntax (Alternate Method)
Compile syntax
py.ltz
will be created
Generate code
filename.py
will be generated. It contain the transpiled code
Runfilename.py
Last updated