Commit 218f0a80 authored by pengjun's avatar pengjun

Update Move语言.md

parent 81e20508
# Move语言和MoveVM虚拟机
# Move语言和MoveVM虚拟机
......@@ -166,7 +166,7 @@ Function Definitions: [
GetTxnSenderAddress
...
```
跟Move脚本的结构列斯,每个Move脚本都会编译成CompiledProgram结构,CompiledProgram主要包含CompiledModule和CompiledScript
跟Move脚本的结构类似,每个Move脚本都会编译成CompiledProgram结构,CompiledProgram主要包含CompiledModule和CompiledScript
### 2.4 测试框架
libra在functional_tests目录中提供了简单的move语言脚本测试框架,开发者可在目录下编写自己的脚本,使用框架编译测试。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment