Skip to content

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

License

Notifications You must be signed in to change notification settings

GoldenbergDaniel/ezLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages