Skip to content

Commit 9094130

Browse files
Update list
1 parent ed03991 commit 9094130

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

list

+6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
-------------------------------------------------
22
//1a
33
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
47
-----------------------------
58
//1b
69
https://raw.githubusercontent.com/fatalcoder524/SSCD-LAB-PROGRAMS/master/1b.c
10+
yacc -d filename
11+
lex filename
12+
cc y.tab.c lex.yy.c
713
--------------------------
814
//2
915
https://raw.githubusercontent.com/fatalcoder524/SSCD-LAB-PROGRAMS/master/2.c

0 commit comments

Comments
 (0)