Skip to content

vedantsinggh/Ira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ira

A stack-based language crafted for complexity

References

Reverse Polish Notation
Forth

10 : x // this is comment 5.5 : y // here 5.5 is assigned to y "string" : z // string assignment

if .. else .. end

while .. end

    • / * % // arithmetic operators

< == <= >= // comparison operator

not and or // logical operator

print macro dup drop swap

{ dup * } : square 10 square

About

Another fking language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published