Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 514 Bytes

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