lipi-lang
v1.0.0
Published
A custom programming language compiler.
Readme
custom-programming-language
Quick Start
- Clone this project:
git clone https://github.com/Prash08484/custom-programming-language.git cd custom-programming-language - Install dependencies:
npm install -g . - Create a file (e.g.,
file_name.lipi) and write your code:ye x = 6 ye v = 7 ye sum = x+v bol sum - Run your file:
lipi file_name.lipi
License
MIT
