This is a new programing lamguage I made which i named as gpzer and it is made using python and using the concepts of OOPs . This is a interpreted language that i have created
pikachu a = 4
pokeball add(a,b);
pikachu ans=a+b
return ans
end
pikachu list=[1,2,3]
go(list/0) $ here 'go' is used to print in this language and 'list/0' is to retrive element at 0 index and '$' is used for comments
To get started with "New Language", follow these steps:
- Clone this repository to your local machine.
- Install Python 3.x if you haven't already.
- Create a file with extenstion .gp
- Write the code in that file
- Run the
main.py
file using the Python interpreter. - You will see a terminal with 'gpzer>' and run command
$ python main.py
gpzer> run("file_name.gp")