-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·49 lines (41 loc) · 1013 Bytes
/
readme.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//Batch Number : 67
//Dhairya Sangoi - 2012B4A7640P
//Gautam Singhania - 2012B4A7495P
NOTE:----------------------------------------------------
Steps of execution:
$ make
$ ./stage1exe <input_file> <parse_tree_output_file>
----------------------------------------------------------
Precautions :
1. Please don't use the following file names for input or output, as
they are used in the program.
driver.c
helper.c
helperDef.h
helper.h
lexer.c
lexerDef.h
lexer.h
makefile
parser.c
parser.h
parseTree.c
parseTreeDef.h
parseTree.h
readme.txt
rules.c
rulesDef.h
rules.h
rule.txt
stack.c
stackDef.h
stack.h
trie.c
trieDef.h
trie.h
2. The file "enum.h" is being created by the program. Hence it does not
contain the group number and student details. This file will be used
in the second stage of the assignment.
----------------------------------------------------------------
need to change for global variables the offset value.
currently being added in main's scope only.