iamHrithikRaj / mewtwo

Mewtwo, a successor to Mew, is a high-level, class-based, object-oriented programming language that is inspired by Java. Mewtwo comes with its own virtual machine call MVM aka Mewtwo Virtual Machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mew

mewtwo

mewtwo, a successor to mew, is a high-level, class-based, object-oriented programming language that is inspired by Java. Mewtwo comes with its own virtual machine call MVM aka Mewtwo Virtual Machine.






To execute mewtwo scripts, run the below command from the project root directory

g++ -w *.c -o main && ./main ./scripts/prog1.txt

About

Mewtwo, a successor to Mew, is a high-level, class-based, object-oriented programming language that is inspired by Java. Mewtwo comes with its own virtual machine call MVM aka Mewtwo Virtual Machine.


Languages

Language:C 100.0%