File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 * Accepted paper: [[ pdf]] ( ) (~ 500KB)
88 * VM image: [[ ova]] ( ) (~ 2GB)
99 * login: kjs, passwd: kjs
10+ * Refer to ` /home/kjs/javascript-semantics `
1011
1112### Instruction
1213
13- Our artifact consists of: (the link provides README for each artifact)
14- * Formal semantics: [[ js-main.k]] ( js-main.k ) [[ js-orig-syntax.k]] ( js-orig-syntax.k ) [[ stdlib]] ( stdlib ) [[ ...]] ( README.md#directory-structure )
14+ Our artifact consists of:
15+ * Formal semantics: [[ core]] ( js-main.k ) [[ stdlib]] ( stdlib ) [[ ...]] ( README.md#directory-structure )
16+ * Running the semantics: [[ README]] ( README.md )
1517 * Testing the semantics against test262: [[ README]] ( README.md#5-run-ecmascript-conformance-test-suitetest262 ) [[ Result]] ( test262.out )
1618 * Applications
1719 * Measuring the semantic coverage of test262: [[ README]] ( test262-coverage/README.md ) [[ Result]] ( test262-coverage/test262-coverage.out )
1820 * Finding a known security attack: [[ README]] ( security-attack/README.md ) [[ Result]] ( security-attack/security-attack.out )
1921 * Verifying JavaScript programs: [[ README]] ( verification/README.md ) [[ Result]] ( verification/verification.out )
2022
21- You can simply reproduce all of the results by using [ ` run-all.sh ` ] ( run-all.sh ) :
23+ All of the results can be simply reproduced by using [ ` run-all.sh ` ] ( run-all.sh ) :
2224```
25+ $ cd /home/kjs/javascript-semantics
2326$ ./run-all.sh
2427```
You can’t perform that action at this time.
0 commit comments