Skip to content

sho96/Delta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOGO

Delta 🌐

The Python to C++ compiler

Delta lets you compile vanilla python code to C++.
It also supports direct C++ implementation.
Currently in development, so some features of Python may not work.

Usage

python compile.py sourcefile.dt (requires python 3.12+)
OR
compile sourcefile.dt if you have compiler executable

Using compiler executables

I've already made executables for x64 on Windows

If you want compiler executables on other platforms, you can easily do so by using pyinstaller

1. Install pyinstaller

pip install pyinstaller Make sure to install pyinstaller for python 3.12+

2. Compile

pyinstaller --onefile compile.py The compiled executable will be in dist/compile.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published