PseudoCode Decument
  • v1.3 preview
    • 更改日志 (Chang Log)
    • Document 中文
    • Document English
  • v1.1
    • 伪代码文档
    • Pseudocode documentation
Powered by GitBook
On this page
  1. v1.3 preview

更改日志 (Chang Log)

Changelog

  • Multithreading support.

  • Interrupt execution support.

  • Use expressions instead of reflective execution to improve the performance of pseudocode.

  • Fix the bug that special symbols cannot be used in strings in pseudocode: " ; , (), etc.

  • Fix the bug caused by call stack overflow in pseudocode loop.

  • Optimize the display of error message output.

  • The PseudoCodeHelper class now needs initialization.

  • Optimized code parser performance

  • Added some demos.

更改日志

  • 多线程支持.

  • 中断执行支持.

  • 改用表达式来替代反射执行, 提升伪代码的性能.

  • 修复伪代码中包含字符串不可使用特殊符号: " ; ,()等的bug.

  • 修复伪代码循环因调用堆栈溢出导致的bug.

  • 优化报错信息输出的显示.

  • PseudoCodeHelper 类现在需要初始化.

  • 优化了代码解析器性能

  • 新增了一些Demo

Previousv1.3 previewNextDocument 中文

Last updated 2 years ago