Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
share
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengjun
share
Commits
218f0a80
Commit
218f0a80
authored
Aug 02, 2019
by
pengjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Move语言.md
parent
81e20508
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Move语言.md
Move语言.md
+2
-2
No files found.
Move语言.md
View file @
218f0a80
# Mov
e语言和MoveVM虚拟机
# Mov
e语言和MoveVM虚拟机
...
@@ -166,7 +166,7 @@ Function Definitions: [
...
@@ -166,7 +166,7 @@ Function Definitions: [
GetTxnSenderAddress
GetTxnSenderAddress
...
...
```
```
跟Move脚本的结构
列斯
,每个Move脚本都会编译成CompiledProgram结构,CompiledProgram主要包含CompiledModule和CompiledScript
跟Move脚本的结构
类似
,每个Move脚本都会编译成CompiledProgram结构,CompiledProgram主要包含CompiledModule和CompiledScript
### 2.4 测试框架
### 2.4 测试框架
libra在functional_tests目录中提供了简单的move语言脚本测试框架,开发者可在目录下编写自己的脚本,使用框架编译测试。
libra在functional_tests目录中提供了简单的move语言脚本测试框架,开发者可在目录下编写自己的脚本,使用框架编译测试。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment