for 文言 Wenyan Lang, a programming language for the ancient Chinese.
View the compiled Javascript side by side or Direct execute it.
The compiler is shipped with this extension, no installation required.
Punctuations will be automatically replaced to fit the language.
You will get the result immediately, the delay is added for demostraction purpose
You can write Wenyan quickly by using snippets:
Here are some common snippets. For full list, check out this file.
Triggers | Snippet |
---|---|
if |
若⋯者。⋯也。 |
else |
若非。⋯也。 |
for |
為是⋯遍。⋯云云。 |
break |
乃止。 |
while |
恆為是。⋯云云。 |
function |
吾有一術。名之曰「⋯」。是術曰。 |
int |
吾有一數。曰⋯。名之曰「⋯」。 |
str |
吾有一言。曰「「⋯」」。名之曰「⋯」。 |
bool |
吾有一爻。曰陰。名之曰「⋯」。 |
array |
吾有一列。名之曰「⋯」。 |
object |
吾有一物。名之曰「⋯」。 |
From v0.10.0
, we shipped support for compiling Javascript back to Wenyan. Thanks for @zxch3n's great work!
Fields | Default | Note |
---|---|---|
wenyan-lang.executablePath |
built-in | Filepath to executable wenyan.js |
wenyan-lang.targetLanguage |
javascript |
Target language that compiles to. Can be javascript , python or ruby |
wenyan-lang.runOnSave |
true | Execute the code on save |
wenyan-lang.romanizeMethod |
null | Romanize identifiers. The method can be pinyin , baxter or unicode |
- Syntax Highlight
- Snippets
- Dynamic Snippets
- Execute
- Compile
- Compile to Python
- Rendering
- Code Completion
- Language Server
MIT License © 2019-2020 Anthony Fu