Skip to content

Egor-perevalov/EM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

EM

Egor Moon Language (EML or EM) - Programming Language (for help type help) INSTALL: git clone https://github.com/Egor-perevalov/EM.git

Example:

  1. print Hello, world!;
  2. a = 4; print get a;
  3. help;
  4. a = 4+4;
  5. print type gen_key(); Hash: a = hash('text', 224); Explanation: "text": text to hash "v": version to hash Print: Outputting data to the screen. print var, str, int, float, list, ect. Indents: There are no indents in EM! if a: print yes; print y; Wrong! Right: if a: print yes; print y;

About

Egor Moon Language (EML or EM) - Programming Language (for help type help)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages