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
>* 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.
5
5
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.
7
7
8
8
Features
9
9
========
10
10
11
-
>* Header files can be included at any point
11
+
* Header files can be included at any point
12
12
13
-
>* Variables and functions can be declared
13
+
* Variables and functions can be declared
14
14
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
18
17
19
18
To-Do
20
19
=====
21
20
22
-
>* Parsing functions individually
21
+
* Parsing functions individually
23
22
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