Skip to content

Commit cf41faf

Browse files
authored
Create README.md
1 parent 7382cf0 commit cf41faf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+ **Code Execution: **
2+
1) The following commands can be used to execute the code:
3+
```
4+
lex proj.l
5+
yacc -d -v proj1.y
6+
gcc lex.yy.c y.tab.c -lm -w
7+
a.exe

0 commit comments

Comments
 (0)