-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
19 lines (14 loc) · 1.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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