antfu / wenyan-lang-vscode

文言 Wenyan Lang for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=antfu.wenyan-lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Visual Studio Marketplace Version Visual Studio Marketplace Downloads Visual Studio Marketplace Installs Marketplace Trending Monthly
GitHub last commit GitHub issues GitHub stars

for 文言 Wenyan Lang, a programming language for the ancient Chinese.

Compile & Execute

View the compiled Javascript side by side or Direct execute it.

The compiler is shipped with this extension, no installation required.

Punctuations Replacement

Punctuations will be automatically replaced to fit the language.

You will get the result immediately, the delay is added for demostraction purpose

Snippets

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!

Configurations

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

ToDo

  • Syntax Highlight
  • Snippets
  • Dynamic Snippets
  • Execute
  • Compile
  • Compile to Python
  • Rendering
  • Code Completion
  • Language Server

License

MIT License © 2019-2020 Anthony Fu

About

文言 Wenyan Lang for VS Code

https://marketplace.visualstudio.com/items?itemName=antfu.wenyan-lang

License:MIT License


Languages

Language:TypeScript 94.8%Language:JavaScript 5.2%