Skip to content

Commit f37301c

Browse files
committed
Update PLDI15-AEC.README.md
1 parent 7302fd8 commit f37301c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

PLDI15-AEC.README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@
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
```

0 commit comments

Comments
 (0)