-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinking.html
More file actions
52 lines (48 loc) · 1.38 KB
/
Linking.html
File metadata and controls
52 lines (48 loc) · 1.38 KB
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
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Linking</title>
</head>
<body>
<h1 align=center>COMPILER DESIGN </h1>
<p> compiler design contains the following chapters</p>
</br>
<a href="#unit 1"> 1.Introduction </a><br>
<a href="#unit 2"> 2.Topics 1</a><br>
<a href="#unit 3"> 3.Topics 2</a><br>
<a href="#unit 4"> 4.Topics 3</a><br>
<a href="#unit 5"> 5.Topics 4</a><br>
<a name="unit 1"></a>
<h3 align="center"> Unit 1-lexical Analyzer</h3>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<a name="unit 2"></a>
<h3 align="center"> Unit 2-Syntax Analyzer</h3>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<a name="unit 3"></a>
<h3 align="center"> Unit 3-Lex tool</h3>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<a name="unit 4"></a>
<h3 align="center"> Unit 4-Yoke tool</h3>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<a name="unit 5"></a>
<h3 align="center"> Unit 5-Cloud Computing</h3>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
<p> the text is here </p><br>
</body>
</html>