We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b31e0 commit a93439dCopy full SHA for a93439d
static/spec.html
@@ -31,7 +31,7 @@
31
32
</style>
33
<script>
34
-var bnf_path = "https://raw.githubusercontent.com/LingDong-/wenyan-lang/new_compiler/antlr/cpp/wenyan.g4"
+var bnf_path = "https://raw.githubusercontent.com/LingDong-/wenyan-lang/master/documentation/wenyan.g4"
35
36
function rich(txt){
37
function anchor(t,other){
@@ -62,4 +62,4 @@
62
.then((txt) => {
63
document.body.innerHTML = "<i style='font-size:18px;font-family:serif'>Wenyan Language Specification</i><br><br>"+rich(txt);
64
});
65
-</script>
+</script>
0 commit comments