-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme
28 lines (14 loc) · 1.07 KB
/
Readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
1)This is a interpreter in someway similar to python interpreter implemented in java.
2)This interpreter can only perform airthmetic operations as mentioned.(We might develop it more and add new features in the future).
3)To run the interpreter type the command "ant run" in command prompt (Should be run under the directory where the build.xml file is saved).
4)To compile our source code type the command "ant compile" in command prompt.
5)To create a jar file of the class files created type the command "ant jar" in command prompt.
6)To clean/remove the class directories created type the command "ant clean" in the command prompt.
7)All the source codes are present in the "source" directory and inside this directory, all the source codes for exceptions are present in the "Exceptions" directory.
For more information regarding these commands, please refer build.xml file.
For more information regarding ant tool, please refer http://ant.apache.org/manual/index.html
TEAM:
Kb.Shyam(IMT2014050)
T.Armitha(IMT2014060)
P.S.Ramaraju(IMT2014038)
S.V.R.Aditya Reddy(IMT2014047)