We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7382cf0 commit cf41fafCopy full SHA for cf41faf
3-Intermediate_Code_Generation/README.md
@@ -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