You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
Acche din aa gaye
3
3
## Vision
4
4
A Programming language is a wonderful medium of communication between man and machine. Many such languages are created, keeping in mind the comfort of the programmer. Such languages fulfill the computational needs of the world and serve their purpose. Somewhere in the midst of all this, the “fun” side of programming is lost. <br/>
5
-
Our project, “Modi Script” is one such esoteric language created with the sole intention of making use of quotes by our beloved PM Narendra Modi. The star feature of this language is that the language consists entirely of remarkable statements made by the PM. The language is dynamically typed and turing complete, sprinkled with words of wisdom by our PM! <br/>
5
+
Our project, “Modi Script” is one such esoteric language created with the sole intention of making use of quotes by our beloved PM Narendra Modi. The star feature of this language is that the language consists entirely of remarkable statements made by the PM. The language is dynamically typed and turing complete, sprinkled with words of wisdom by our PM! <br/>
6
6
7
7
## Features
8
8
This scripting languague includes some "ideas" of Shri Narendra Modi. <br/>
9
-
* No import of codes allowed, we have to support him in Make in India.<br/>
10
-
* No comments allowed in code, everything should be clean as per Swachh Bharat Abhiyaan. <br/>
11
-
* No redundant variables allowed, less government more governance. <br/>
9
+
* No import of code is allowed, we have to support him in Make in India.<br/>
10
+
* No comments are allowed in code, everything should be clean as per Swachh Bharat Abhiyaan. <br/>
11
+
* No redundant variables allowed, 'less government more governance.' <br/>
12
12
* Like his speeches, all codes should start with <strong>mitrooon</strong> <br/>
13
13
* All codes should end with <strong>acche din aa gaye</strong>, otherwise it's congress rule error.<br/>
14
14
* The programming language is totally case insensitive, because we should not believe discrimination based on higher or lower castes/cases. <br/>
15
15
* No floating point numbers allowed, you can either be right front or left front, there is no mid-way.<br/>
16
-
* you can provide --help flag for very discreet help.
16
+
* you can use the --help flag for very discreet help.
17
17
18
18
19
19
## Installation
@@ -33,7 +33,7 @@ Write code in file with extension <strong>.chai</strong><br/>
33
33
For execution type MODI filename.chai <br/>
34
34
35
35
## Syntax and Grammar
36
-
Arithmetic, relational and logical operators can be used in their raw form as defined in c/c++ (i.e. '+' for addition '-' for subtraction '&&' for logocal and '||' for logical or and so on..) <br/>
36
+
Arithmetic, relational and logical operators can be used in their raw form as defined in c/c++ (i.e. '+' for addition '-' for subtraction '&&' for logical and '||' for logical or and so on..) <br/>
37
37
<strong>Modi-fied operators</strong><br/>
38
38
*`sach` for True <br/>
39
39
*`jhoot` for False <br/>
@@ -46,7 +46,7 @@ Arithmetic, relational and logical operators can be used in their raw form as de
46
46
*`zyada` for greater than <br/>
47
47
*`barabar` for equal to <br/>
48
48
*`aur` for logical AND <br/>
49
-
*`ya` for logocal OR <br/>
49
+
*`ya` for logical OR <br/>
50
50
51
51
## Flow of Control
52
52
* <strong> { } </strong> define a block as in any other programming language. <br/>
0 commit comments