We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed03991 commit 9094130Copy full SHA for 9094130
list
@@ -1,9 +1,15 @@
1
-------------------------------------------------
2
//1a
3
https://raw.githubusercontent.com/fatalcoder524/SSCD-LAB-PROGRAMS/master/1a.c
4
+lex filename
5
+cc lex.yy.c
6
+control+d to stop get full out put after giving input
7
-----------------------------
8
//1b
9
https://raw.githubusercontent.com/fatalcoder524/SSCD-LAB-PROGRAMS/master/1b.c
10
+yacc -d filename
11
12
+cc y.tab.c lex.yy.c
13
--------------------------
14
//2
15
https://raw.githubusercontent.com/fatalcoder524/SSCD-LAB-PROGRAMS/master/2.c
0 commit comments