Skip to content

Commit dd4facf

Browse files
committed
Update README.md
1 parent 43f3424 commit dd4facf

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
Gcc-interpreter
22
===============
33

4-
> * Currently implemented as a bash script. Ideas of doing in python also. But not started.
4+
* Currently implemented as a bash script. Ideas of doing in python also. But not started.
55

6-
> * There are two template files. One is empty file. Another one has a very simple template(.backup file). Every running of the interpreter will modify a copy of this file.
6+
* There are two template files. One is empty file. Another one has a very simple template(.backup file). Every running of the interpreter will modify a copy of this file.
77

88
Features
99
========
1010

11-
> * Header files can be included at any point
11+
* Header files can be included at any point
1212

13-
> * Variables and functions can be declared
13+
* Variables and functions can be declared
1414

15-
> * All variable and functions included will be defined inside the main
16-
> function. Something like the global scope will be defined inside the main
17-
> function
15+
* All variable and functions included will be defined inside the main function.
16+
Something like the global scope will be defined inside the main function
1817

1918
To-Do
2019
=====
2120

22-
> * Parsing functions individually
21+
* Parsing functions individually
2322

24-
> * Prevent the program from generating output when on output statements are
25-
> given as input.
23+
* Prevent the program from generating output when on output statements are given as input.

0 commit comments

Comments
 (0)