Skip to content

Commit 50077eb

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3d86fc7 + 000dc75 commit 50077eb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

PLDI15-AEC.README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## KJS: A Complete Formal Semantics of JavaScript
44

55
The artifact consists of:
6-
* Formal semantics
7-
* Testing the semantics against test262
8-
* Applications
9-
* Measuring the semantic coverage of test262
10-
* Finding a known security attack
11-
* Verifying JavaScript programs
6+
* [Formal semantics](README.md#directory-structure)
7+
* [Testing the semantics against test262](README.md#5-run-ecmascript-conformance-test-suitetest262)
8+
* [Applications](README.md#directory-structure)
9+
* [Measuring the semantic coverage of test262](test262-coverage/README.md)
10+
* [Finding a known security attack](security-attack/README.md)
11+
* [Verifying JavaScript programs](verification/README.md)
1212

13-
You can simply reproduce all of the results by using `run-all.sh`:
13+
You can simply reproduce all of the results by using [`run-all.sh`](run-all.sh):
1414
```
1515
$ ./run-all.sh
1616
```

0 commit comments

Comments
 (0)