-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathexplusagespec.html
90 lines (88 loc) · 2.91 KB
/
explusagespec.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<title>Expl Usage specification for Compiler Lab</title>
<meta charset="UTF-8" />
<!--<link rel="stylesheet" href="css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/style_new.css" />
<script src="js/jquery-1.12.1.min.js" charset="utf-8"></script>
<script src="js/bootstrap.min.js" charset="utf-8"></script>
<script src="js/sticky_sidebar.js" charset="utf-8"></script>
</head>
<div class="container">
<header id="navtop">
<a href="index.html" class="logo fleft"
><img src="img/logo.png" alt=""
/></a>
<nav class="fright">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<!-- <li><a href="help.html">Help</a></li> -->
<li><a href="roadmap.html">Roadmap</a></li>
<li>
<a href="documentation.html" class="navactive">Documentation</a>
</li>
</ul>
</nav>
</header>
<div class="Services-page main grid-wrap">
<header class="grid col-full">
<hr />
<p class="fleft">Expl Usage specification for Compiler Lab</p>
<br />
<br />
<!-- <a class="button" href="#">Download as PDF</a> -->
</header>
<aside class="grid col-one-quarter mq2-col-full sticky_sidebar"></aside>
<section class="grid col-three-quarters mq2-col-full">
<div class="grid-wrap">
<article class="grid col-full" id="nav-intro">
<!-- <h2>Expl Usage specification for Compiler Lab</h2> -->
<pre>
expl filename.expl => filename.xsm
</pre
>
<br />
<p>About the usage of above command</p>
<br />
<pre>
expl filename.expl => filename.xsm
</pre
>
<br />
<p>About the usage of above command</p>
</article>
</div>
</section>
</div>
</div>
<footer class="center part clearfix">
<ul class="grid col-one-third social">
<li><a href="http://github.com/silcnitc">Github</a></li>
<li>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">
<img
alt="Creative Commons License"
style="border-width: 0"
src="img/creativecommons.png"
/></a>
</li>
</ul>
<div class="grid col-one-third"></div>
<nav class="grid col-one-third">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<!-- <li><a href="uc.html">Contact</a></li> -->
</ul>
</nav>
<br />
</footer>
<script>
window.jQuery ||
document.write('<script src="js/jquery-1.7.2.min.js"><\/script>');
</script>
<script src="js/scripts.js"></script>
<script src="js/inject.js"></script>
</html>