You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
English | [简体中文](./README.zh-Hans.md) | [繁体中文](./README.zh-Hant.md)
12
12
13
-
文言文編程語言。A programming language for the ancient Chinese. [Try it online.](http://wenyan-lang.lingdong.works/ide.html)
13
+
文言文編程語言。A programming language for the ancient Chinese. [Try it online.](https://wy-lang.org/ide)
14
14
15
15

16
16
@@ -60,7 +60,7 @@ More sophisticated examples, such as the Sieve of Eratosthenes, Quicksort, Mande
60
60
-[Natural Language Programming](https://en.wikipedia.org/wiki/Natural-language_programming) sharing the grammar of [Classical Chinese](https://en.wikipedia.org/wiki/Classical_Chinese)
61
61
- Compiles to [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript), [Python](https://python.org), or [Ruby](http://ruby-lang.org)
- An [online IDE](http://wenyan-lang.lingdong.works/ide.html)
63
+
- An [online IDE](https://wy-lang.org/ide)
64
64
-[Examples](https://github.com/LingDong-/wenyan-lang/tree/master/examples) to get started
65
65
66
66
@@ -84,7 +84,7 @@ wenyan examples/helloworld.wy
84
84
> From v0.1.0, the `wenyan` command will direct execute the script by default. If you are migrating from previous versions, please use `wenyan -h` to output the help and check [this PR](https://github.com/LingDong-/wenyan-lang/pull/356) for the detailed changes.
0 commit comments