DeadBasic is a programming language built for fun, demos, and learning.
It’s lightweight, indentation-based, and runs either interactively or from .ba script files.
- Typed variables:
int,long,double,str - Built-in commands:
printtext— print variables or textshowvars— list current variablesopenfile— run another.bafileadd— add two numbers
- Flow control:
if / else / endif— conditional blockswhile / endwhile— looping blocks
- Indentation-based: block lines must start with one TAB or four spaces
- Cross-platform: runs on Windows, Linux, macOS (with Python 3 or as a compiled binary)
Clone the repository:
git clone https://github.com/TheRamDev/DeadBasic-coding-language.gitRun it via
Python deadbasic.py (Filename) Python deadbasic.pyControbutions are more then welcome. If you add commands or make some bug fixes send a PR. Ill integrate PR's when i see them.