Skip to content

Releases: wenyan-lang/wenyan-jvm

Fix a bug about wenyan2number

15 Mar 14:45
Compare
Choose a tag to compare

when we use 十二,the compiler will compile out the 2,so i have fixed it.

Fix bug and support Strong type

10 Feb 06:02
Compare
Choose a tag to compare
  1. fix a bug: if the file name is same as the method name,the compiler will not pass before.
  2. -st can support Strong type

Macro and wenyan2num fix

09 Feb 08:16
Compare
Choose a tag to compare

Thank you very much,@LingDong- @antfu,This 4.0.2 version was released.

  1. fix the macro: Fixed a bug where macros would replace strings and variable names
  2. Fixed the expression and calculation of wenyan2num

v4.0.1

22 Jan 01:15
Compare
Choose a tag to compare
  1. Fixed a lot of bugs, such as 今不復存矣。 could not be recognized
  2. Added 今不復存矣。
  3. Supports internal function and root function parameters with the same name
吾有一術。名之曰「六脈神劍」。欲行是術。必先得六數。曰「甲」。曰「乙」。曰「丙」。曰「丁」。曰「戊」。曰「己」乃行是術曰。

吾有一術。名之曰「九阳神功」。欲行是術。必先得九數。曰「甲」。曰「乙」。曰「丙」。曰「丁」。曰「戊」。曰「己」曰.....乃行是術曰。

是謂「九阳神功」之術也。
是謂「六脈神劍」之術也。

v4.0.0 Fully Updated

17 Jan 14:43
6348af2
Compare
Choose a tag to compare

Thanks to @LingDong- @antfu ,I was able to gain the confidence to update this project.Thanks again

Why this is a major update

  1. This is an update since the project was included in the team
  2. Almost synchronized with the Wenyan project
  3. Almost realized the current classical Chinese norms
  4. Improved wenyan_shell and wenyan4j_projectManager
  5. This is the most stable version currently
  6. Optimized the code structure, rewritten and refactored the previous classes
  7. Increased compilation efficiency by 50%

Updated content

  1. Improved project management and shell, optimized plugin extensions
  2. Updated and improved macros, exception handling, objects, and supported functional programming
  3. "『』 " has been fixed
  4. Basic synchronicity

Shell,Project,Plugin,DIY and Syntax Update

15 Jan 09:20
Compare
Choose a tag to compare
  1. 添加了shell
    2.添加了项目管理机制
    3.添加了语法自定义系统,可以翻译成其他语言
    4.添加插件系统,允许你用插件扩展编译器
    5.更新了很多语法
    6.优化了代码和编译效率

小的必要更新

08 Jan 08:55
Compare
Choose a tag to compare

优化了注释

更新 v201

08 Jan 07:15
Compare
Choose a tag to compare
  1. 优化了数组,支持了slice(1)
  2. 修复了注释的bug

重大更新

07 Jan 11:43
Compare
Choose a tag to compare
  1. 图灵完备
  2. 添加数组(并模拟了js的数组)
  3. 修复了数多的bug

Fix Bug

06 Jan 13:51
Compare
Choose a tag to compare
  1. 修复了\t无法识别的bug

  2. 修复了注释无法解析的bug

  3. 添加了当没有编译器参数时候会列出编译器所有参数以供参考