/ezLang

ezLang is a programming language with an extremely simple syntax designed for fast prototyping

Primary LanguagePythonMIT LicenseMIT

ezLang

ezLang is a programming language with an extremely simple syntax designed for fast prototyping

Syntax

Printing to the Console

output "Hello, world!"

Output: "Hello, world!"

Math Operations

operate 5 - 4

Output: 1.0

operate 3 ** 2

Output: 8.0

If Statements

if 3 == 3

Output: True

Run on Repl.it