File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## KJS: A Complete Formal Semantics of JavaScript
44
55The 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```
You can’t perform that action at this time.
0 commit comments