Skip to content

rosekelly6400/peski-transpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

peski-transpiler

Bison/Flex transpiler for ascii-art based language 'Peski', transpiles into C

Instructions

To create, compile, and run your Peski code:

  1. cd into the "Peski Compiler" folder
  2. 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
lang_plan
  1. 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)

hello_peski

About

Bison/Flex transpiler for ascii-art based language 'Peski', transpiles into C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published