Bison/Flex transpiler for ascii-art based language 'Peski', transpiles into C
To create, compile, and run your Peski code:
- cd into the "Peski Compiler" folder
- create a file with the .peski extension and write your peski code in it. The image below shows you what Peski "code"/image corresponds to what typical code structure or keyword

- to compile and run your peski code, use the following command: bash compile.sh {your peski file name here}
As an example, this is what hello world looks like in Peski and the output you would get if you ran it, this file is in the "Peski Compiler" folder under the name hello_world.peski. (fizzbuzz.peski is also in this folder and can be run)
