File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55### Artifact Submission
66
7- * Accepted paper: [ pdf] ( ) (~ 500KB)
8- * VM image: [ ova] ( ) (~ 2GB)
7+ * Accepted paper: [[ pdf] ]( ) (~ 500KB)
8+ * VM image: [[ ova] ]( ) (~ 2GB)
99 * login: kjs, passwd: kjs
1010
1111### Instruction
1212
1313Our artifact consists of: (the link provides README for each artifact)
14- * [ Formal semantics] ( README.md#directory-structure )
15- * [ Testing the semantics against test262] ( README.md#5-run-ecmascript-conformance-test-suitetest262 )
16- * [ Applications] ( README.md#directory-structure )
17- * [ Measuring the semantic coverage of test262] ( test262-coverage/README.md )
18- * [ Finding a known security attack] ( security-attack/README.md )
19- * [ Verifying JavaScript programs] ( verification/README.md )
14+ * Formal semantics [[ js-main.k ]] ( js-main.k ) [[ js-orig-syntax.k ]] ( js-orig-syntax.k ) [[ stdlib ]] ( stdlib ) [[ ... ] ]( README.md#directory-structure )
15+ * Testing the semantics against test262 [[ README ]] ( README.md#5-run-ecmascript-conformance-test-suitetest262 ) [[ Result ]] ( test262.out )
16+ * Applications
17+ * Measuring the semantic coverage of test262 [[ README ]] ( test262-coverage/README.md ) [[ Result ]] ( test262-coverage/test262-coverage.out )
18+ * Finding a known security attack [[ README ]] ( security-attack/README.md ) [[ Result ]] ( security-attack/security-attack.out )
19+ * Verifying JavaScript programs [[ README ]] ( verification/README.md ) [[ Result ]] ( verification/verification.out )
2020
2121You can simply reproduce all of the results by using [ ` run-all.sh ` ] ( run-all.sh ) :
2222```
You can’t perform that action at this time.
0 commit comments