Object Oriented Scripting & Kernel Abstractions
OSAKA-LANG is a custom programming language built from scratch using python. This language is designed with a focus on:
- Simplicity
- Custom syntax design
- Analytical and logical expressions
Clone the repository:
git clone https://github.com/osaka2421/osakalang.git cd osakalang
python shell.py
file mode : python shell.py filname
HENSU a = 10
HENSU b = 20
SHOW a + b
Output:
30
Make YOUR OWN Programming Language in Python --by CodePulse https://www.youtube.com/@CodePulse/playlists
OSAKA Passionate about building systems and exploring programming design