Skip to content

Commit b803949

Browse files
committed
remove mistakes in README.md
1 parent 8128b13 commit b803949

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
Acche din aa gaye
33
## Vision
44
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/>
66

77
## Features
88
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/>
1212
* Like his speeches, all codes should start with <strong>mitrooon</strong> <br/>
1313
* All codes should end with <strong>acche din aa gaye</strong>, otherwise it's congress rule error.<br/>
1414
* The programming language is totally case insensitive, because we should not believe discrimination based on higher or lower castes/cases. <br/>
1515
* 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.
1717

1818

1919
## Installation
@@ -33,7 +33,7 @@ Write code in file with extension <strong>.chai</strong><br/>
3333
For execution type MODI filename.chai <br/>
3434

3535
## 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/>
3737
<strong>Modi-fied operators</strong><br/>
3838
* `sach` for True <br/>
3939
* `jhoot` for False <br/>
@@ -46,7 +46,7 @@ Arithmetic, relational and logical operators can be used in their raw form as de
4646
* `zyada` for greater than <br/>
4747
* `barabar` for equal to <br/>
4848
* `aur` for logical AND <br/>
49-
* `ya` for logocal OR <br/>
49+
* `ya` for logical OR <br/>
5050

5151
## Flow of Control
5252
* <strong> { } </strong> define a block as in any other programming language. <br/>

0 commit comments

Comments
 (0)