Skip to content

Commit fefd5c7

Browse files
author
Lingdong Huang
committed
add links to spec
1 parent bce85e2 commit fefd5c7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Please refer to [Browser Runtime](./documentation/Runtime.md)
115115

116116
## Syntax Cheatsheet
117117

118-
A context-free grammar description is under construction. Meanwhile, please check the cheatsheet below, or look into `src/parser.js` to learn about the syntax. Be sure to check out the examples from the online IDE too!
118+
You can find the Language Specification [here](https://wy-lang/spec) (WIP). To get started, you can also check the cheatsheet below, or look into `src/parser.js` to learn more. Be sure to check out the examples from the online IDE too!
119119

120120
### Variables
121121

static/assets/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ h2{
137137
.big-btn{
138138
border: 1px solid black;
139139
border-left: 5px solid black;
140-
margin: 20px;
140+
margin: 15px;
141141
display:inline-block;
142142
padding: 10px 25px 10px 25px;
143143
cursor: pointer;

static/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ <h1>Compilation</h1>
6161

6262
<h1>Get</h1>
6363

64-
<span class="big-btn" onclick="window.location.href='https://github.com/LingDong-/wenyan-lang'">SOURCE CODE (GITHUB)</span>
64+
<span class="big-btn" onclick="window.location.href='https://github.com/LingDong-/wenyan-lang'">GITHUB</span>
6565
<span class="big-btn" onclick="window.location.href='./ide.html'">ONLINE EDITOR</span>
66+
<span class="big-btn" onclick="window.location.href='./spec.html'">LANGUAGE SPEC</span>
6667
<span class="big-btn" onclick="window.location.href='https://github.com/LingDong-/wenyan-lang#syntax-cheatsheet'">REFERENCE</span>
67-
68+
6869
<div style="height:180px;"></div>
6970

7071
</div>

0 commit comments

Comments
 (0)