Skip to content

jedimahdi/simple-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Compiler

simple compiler written in Haskell for little language that has 3 type of statements.

  1. Input Statment: for getting input from user
! num1
  1. Replacement Statement: for setting values to variables. you can create new variables with this statement too.
num1 = 2
num2 = num1 + 1
  1. Output Statement: for logging variables in console.
? num1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published