This is the Kireji Programming Language (Kirejilang)

Kireji is a “concept” esoteric programming language wherein every command is a Haiku. As you may already know, a haiku is a type of Japanese poetry, that run in three lines of five syllables, seven syllables, and five again respectively.

this is a haiku
five syllables, then seven,
then there's five again

ChangeLog

20/01/2022

Made inputs work and save as variables using “input” keyword. Made concatenations work for print commands. I plan to do it for variables and have a concatenate commands soonish. Also TODO: if statements.

16/01/2022

Enabled number and expression functionality (for two numbers) for variables and printing. Renamed docs to kirejilanguagage from haikulanguage.

15/01/2022

Finished variables and printing them, started doing the docs

14/01/2022

Began making the language, figured out print commands, started doing variables.