Tinny Programming Language Scanner

Write the command to write the output from the tiny programming language in code.txt

make all

Write given command to clean up the directory

make clean

If you don't have makefile in your operating system just write the following commands

g++ scanner.cpp -o output -w
./output

If you want to write another program with tiny language just write the code inside the code.txt