diff --git a/doc/README_zh.md b/doc/README_zh.md index 43bbaa3..7c02eb2 100644 --- a/doc/README_zh.md +++ b/doc/README_zh.md @@ -19,7 +19,7 @@ * [__开发历史__](../doc/dev_zh.md) * [__测试数据__](../doc/benchmark.md) * [__特殊之处__](#与andy解释器的不同之处) -* [__堆栈追踪信息__](#trace-back-info) +* [__堆栈追踪信息__](#堆栈追踪信息) * [__调试器__](#调试器) __如果有好的意见或建议,欢迎联系我们!__ diff --git a/doc/nasal-http-test-web.html b/doc/nasal-http-test-web.html index a4f8307..0119175 100644 --- a/doc/nasal-http-test-web.html +++ b/doc/nasal-http-test-web.html @@ -51,7 +51,7 @@
The interpreter is totally rewritten by ValKmjolnir using C++(-std=c++11) without reusing the code in Andy Ross's nasal interpreter.
But we really appreciate that Andy created this amazing programming language and his interpreter project.
- Now this project uses GPL-2.0 license (2021/5/4).
+ Now this project uses GPL-2.0 license.
这个解释器是由ValKmjolnir用C++11编写的,完全没有复用Andy Ross版解释器的代码。但是我们仍然非常感谢Andy为我们带来了这么一款有趣的编程语言。 @@ -71,14 +71,21 @@ nasal运行brainfuck绘制的曼德勃罗集合(右)。
- Nasal can run this test file(test/bfcolored.nas) to draw this picture in about 220 seconds. + Nasal can run this test file(test/bf.nas) to draw this picture in about 220 seconds. In fact this test file cost over 2200 seconds before ver 8.0 .
- Nasal现在可以在220秒内运行该文件(test/bfcolored.nas)并绘制出这张图。 + Nasal现在可以在220秒内运行该文件(test/bf.nas)并绘制出这张图。 在8.0版本中这个解释器需要跑超过2200秒来绘制这张图。
++ The figure below is the feigenbaum-figure generated by ppm script written in nasal. +
++ 下方是使用 nasal 的 ppm 生成脚本生成的 feigenbaum 图形。 +
+