Skip to content

JurajKralik/ezlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZlang

This language is a thesis for the software engineering.

EZ language is interpreted language written in Rust focused on simple syntax like Python with higher performance, building macros and automation of applications.

The main goal is making a language suitable for education of coding for begginers.

EZ language syntax focuses on indetation like Python instead of semicolons or curly brackets

Features

  • Types
    • None
    • Boolean
    • Integer
    • Float
    • String
    • List
    • Dictionary
  • Functionalities
    • Variables
    • Print
    • If/Elseif/Else
    • Basic mathematical operations
    • Logical operations
    • Comparisons
    • Loops
    • Functions
    • Classes
    • Imports
    • Keystroke detection
    • Keystroke output
    • Pixel detection
    • GUI

Dependencies

  • Rust 1.76.0 or higher

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published