Delta 🌐
It also supports direct C++ implementation.
Currently in development, so some features of Python may not work.
python compile.py sourcefile.dt
(requires python 3.12+)
OR
compile sourcefile.dt
if you have compiler executable
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
pip install pyinstaller
Make sure to install pyinstaller for python 3.12+
pyinstaller --onefile compile.py
The compiled executable will be in dist/compile.exe