Skip to content

Benewend/Easia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easia is supposed to be the easiest programming language. It was originally implemented as final project 
for a Principal of Programming Language class at DAUST. This repository will contained all the working 
feature implemented so far  ...All kind of contribution such as( advises on the implementation, pull request
that might or might not be accepted…) are welcome. 
So far only expressions(arithmetic) ,operation on string, when , for , as long as , statements respectively
equivalent to if , for and while statement of c like languages are working :

All the information about our programming language named Easia The users: 
  -Newbies, intro to programming 
  students and their teachers The purpose of the language: -Be an easy language for beginners and for intro
  to programming students -Be an easy tool for the teachers that’s giving the intro to programming class

  Brain storm about the easy concept: -The usual functions must be at easy as possible for the users ex: printing…
  -Dynamic typing -no curly braces -The whole source file should be contained in one Variables naming rules: The 
  name of a variable can only start with a letter (capital or not) or an underscore and should be written in one 
  word. Shouldn't be one of the following key-word. Can contain numbers


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published